LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
TCHist.h
Go to the documentation of this file.
1 //
3 //
4 // TCAlg debug struct
5 //
6 // Bruce Baller
7 //
9 #ifndef TRAJCLUSTERALGHISTSTRUCT_H
10 #define TRAJCLUSTERALGHISTSTRUCT_H
11 
13 #include "art_root_io/TFileService.h"
14 
15 class TH1F;
16 class TH2F;
17 class TProfile;
18 
19 namespace tca {
20 
21  struct HistStuff {
23 
24  // True kinetic energy (MeV)
25  TH1F* fTruT[5];
26  TProfile* fEff_T[5];
27  TProfile* fPur_T[5];
28  };
29 } // namespace tca
30 
31 #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