ShowerInventorAnalyzer.h
Go to the documentation of this file.
1 #ifndef _ShowerInventorAnalyzer_h_
2 #define _ShowerInventorAnalyzer_h_
3 
4 #include <fwk/VModule.h>
5 #include <evt/Event.h>
6 
7 #include <TH1F.h>
8 #include <TFile.h>
9 
10 #include <list>
11 #include <string>
12 #include <map>
13 
14 
15 namespace ShowerInventorAnalyzerNS {
16 
27 
28  public:
31 
35 
36  private:
37  std::map<std::string, TH1F*> fTankHistos;
38  std::string fOutFile;
39 
40  REGISTER_MODULE("ShowerInventorAnalyzerNEU", ShowerInventorAnalyzer);
41 
42  };
43 
44 } // ShowerInventorAnalyzer namespace
45 
46 
47 #endif
48 
49 // Configure (x)emacs for this file ...
50 // Local Variables:
51 // mode: c++
52 // compile-command: "make -k"
53 // End:
REGISTER_MODULE("ShowerInventorAnalyzerNEU", ShowerInventorAnalyzer)
fwk::VModule::ResultFlag Finish()
Finish: invoked at end of the run (NOT end of the event)
fwk::VModule::ResultFlag Init()
Initialize: invoked at beginning of run (NOT beginning of event)
Evaluate particle densities after resampling an &#39;invented&#39; shower.
Module interface.
Definition: VModule.h:53
fwk::VModule::ResultFlag Run(evt::Event &event)
Run: invoked once per event.
ResultFlag
Flag returned by module methods to the RunController.
Definition: VModule.h:60

, generated on Tue Sep 26 2023.