star-travex
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
StiScanHistsByVolume.h
Go to the documentation of this file.
1 #ifndef StiScanHistsByVolume_h
2 #define StiScanHistsByVolume_h
3 
4 #include <set>
5 #include <string>
6 
9 
10 
11 
13 {
14 public:
15 
16  StiScanHistsByVolume(StiScanPrgOptions& prgOpts, const char* name, TDirectory* motherDir = 0, bool doProjection=false, Option_t* option = "");
17 
18 protected:
19 
20  virtual void FillHists(const TStiKalmanTrack &kalmTrack, const std::set<std::string> *volumeList=0);
21 };
22 
23 #endif
virtual void FillHists(const TStiKalmanTrack &kalmTrack, const std::set< std::string > *volumeList=0)
Processes and controls user options provided in the command line.
StiScanHistsByVolume(StiScanPrgOptions &prgOpts, const char *name, TDirectory *motherDir=0, bool doProjection=false, Option_t *option="")