|
void | analyze (art::Event const &e) override |
|
Definition at line 24 of file PrintCalorimetry_module.cc.
calo::PrintCalorimetry::PrintCalorimetry |
( |
fhicl::ParameterSet const & |
p | ) |
|
|
explicit |
void calo::PrintCalorimetry::analyze |
( |
art::Event const & |
e | ) |
|
|
overrideprivate |
Definition at line 54 of file PrintCalorimetry_module.cc.
56 art::Handle< std::vector<recob::Track> > trackHandle;
59 std::vector< art::FindManyP<anab::Calorimetry> > caloAssnVector;
64 for(
size_t i_trk=0; i_trk<trackHandle->size(); i_trk++){
65 std::cout <<
"(Run,Event,Track) = (" <<
e.run() <<
"," <<
e.event() <<
"," << i_trk <<
")" << std::endl;
66 std::cout <<
"-------------------" << std::endl;
68 for(
size_t i_cm=0; i_cm<caloAssnVector.size(); i_cm++){
69 std::cout <<
"Calorimetry module " << i_cm << std::endl;
70 for(
auto const& caloptr : caloAssnVector[i_cm].at(i_trk))
std::string fTrackModuleLabel
std::vector< std::string > fCaloModuleLabels
BEGIN_PROLOG could also be cout
std::vector<std::string> calo::PrintCalorimetry::fCaloModuleLabels |
|
private |
std::string calo::PrintCalorimetry::fTrackModuleLabel |
|
private |
The documentation for this class was generated from the following file: