All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TCHist.h
Go to the documentation of this file.
1 ////////////////////////////////////////////////////////////////////////
2 //
3 //
4 // TCAlg debug struct
5 //
6 // Bruce Baller
7 //
8 ///////////////////////////////////////////////////////////////////////
9 #ifndef TRAJCLUSTERALGHISTSTRUCT_H
10 #define TRAJCLUSTERALGHISTSTRUCT_H
11 
12 #include "art_root_io/TFileService.h"
13 #include "art/Framework/Services/Registry/ServiceHandle.h"
14 
15 class TH1F;
16 class TH2F;
17 class TProfile;
18 
19 namespace tca {
20 
21  struct HistStuff {
22  void CreateHists(art::ServiceHandle<art::TFileService const>& tfs);
23 
24  // True kinetic energy (MeV)
25  TH1F *fTruT[5];
26  TProfile* fEff_T[5];
27  TProfile* fPur_T[5];
28 
29  };
30 } // namespace tca
31 
32 #endif // ifndef TRAJCLUSTERALGHISTSTRUCT_H
TH1F * fTruT[5]
Definition: TCHist.h:25
TProfile * fPur_T[5]
Definition: TCHist.h:27
void CreateHists(art::ServiceHandle< art::TFileService const > &tfs)
Definition: TCHist.cxx:11
TProfile * fEff_T[5]
Definition: TCHist.h:26
art::ServiceHandle< art::TFileService > tfs