All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Profile.h
Go to the documentation of this file.
1 #ifndef _sbnnumu_Profile_h__
2 #define _sbnnumu_Profile_h__
3 
4 #include "HistoList.h"
5 #include "../Data/RecoEvent.h"
6 
7 class TH2D;
8 class TH3D;
9 
10 namespace ana {
11  namespace SBNOsc {
12 
13 struct TrackProfiles : public HistoList {
19 
20  void Initialize(const std::string &postfix, unsigned nbinsx, double xlo, double xhi);
21  void Fill(float val, const numu::RecoTrack &track, const numu::RecoEvent &event);
22 };
23  }
24 }
25 
26 #endif
process_name use argoneut_mc_hitfinder track
process_name opflashCryoW ana
void Initialize(const std::string &postfix, unsigned nbinsx, double xlo, double xhi)
Definition: Profile.cc:10
void Fill(float val, const numu::RecoTrack &track, const numu::RecoEvent &event)
Definition: Profile.cc:24