Definition at line 27 of file OpFlashSimpleAna_module.cc.
opdet::OpFlashSimpleAna::OpFlashSimpleAna |
( |
fhicl::ParameterSet const & |
p | ) |
|
|
explicit |
void opdet::OpFlashSimpleAna::analyze |
( |
art::Event const & |
e | ) |
|
|
override |
Definition at line 65 of file OpFlashSimpleAna_module.cc.
68 art::Handle< std::vector< recob::OpFlash > > flashHandle;
70 std::vector<recob::OpFlash>
const& flashVector(*flashHandle);
74 art::Handle< std::vector< recob::OpHit > > hitHandle;
76 std::vector<recob::OpHit>
const& hitVector(*hitHandle);
std::string fOpHitModuleLabel
void FillOpFlashes(const std::vector< recob::OpFlash > &)
void FillOpHits(const std::vector< recob::OpHit > &)
std::string fOpFlashModuleLabel
void opdet::OpFlashSimpleAna::beginJob |
( |
| ) |
|
|
override |
Definition at line 81 of file OpFlashSimpleAna_module.cc.
83 art::ServiceHandle<art::TFileService const>
tfs;
std::string fOpHitModuleLabel
std::string fOpFlashModuleLabel
void SetOpFlashTree(TTree *, bool makeOpDetPEHist=true)
void SetOpHitTree(TTree *)
art::ServiceHandle< art::TFileService > tfs
bool opdet::OpFlashSimpleAna::fMakeOpDetPEHist |
|
private |
std::string opdet::OpFlashSimpleAna::fOpFlashModuleLabel |
|
private |
std::string opdet::OpFlashSimpleAna::fOpHitModuleLabel |
|
private |
The documentation for this class was generated from the following file: