#include <CRTHisto.h>
Public Member Functions | |
void | Initialize (const std::string &postfix, const std::vector< double > &tagger_volume) |
void | Fill (const numu::CRTHit &hit) |
void | Fill (const sbn::crt::CRTHit &hit) |
void | Get (TFile &f, const std::string &postfix) |
Public Member Functions inherited from ana::SBNOsc::HistoList | |
void | Scale (double scale) |
void | Add (const HistoList &other) |
void | Write () |
void | StoreHisto (TH1 *histo) |
void | Merge (const HistoList &merge) |
Public Attributes | |
TH2D * | crt_hits_xy |
TH2D * | crt_hits_xz |
TH2D * | crt_hits_yz |
Public Attributes inherited from ana::SBNOsc::HistoList | |
std::vector< TH1 * > | fAllHistos |
std::vector< TDirectory * > | fLocations |
Histograms to be filled per track
Definition at line 23 of file CRTHisto.h.
void ana::SBNOsc::CRTHistos::Fill | ( | const numu::CRTHit & | hit | ) |
Fill all of the histograms in this class with a track
track | The track to fill |
true_tracks | The list of true particles in this event |
Definition at line 24 of file CRTHisto.cc.
void ana::SBNOsc::CRTHistos::Fill | ( | const sbn::crt::CRTHit & | hit | ) |
Definition at line 31 of file CRTHisto.cc.
void ana::SBNOsc::CRTHistos::Get | ( | TFile & | f, |
const std::string & | postfix | ||
) |
Definition at line 16 of file CRTHisto.cc.
void ana::SBNOsc::CRTHistos::Initialize | ( | const std::string & | postfix, |
const std::vector< double > & | tagger_volume | ||
) |
Initialize this set of histograms
postfix | The postfix to add to all histogram names |
Definition at line 6 of file CRTHisto.cc.
TH2D* ana::SBNOsc::CRTHistos::crt_hits_xy |
Definition at line 42 of file CRTHisto.h.
TH2D* ana::SBNOsc::CRTHistos::crt_hits_xz |
Definition at line 43 of file CRTHisto.h.
TH2D* ana::SBNOsc::CRTHistos::crt_hits_yz |
Definition at line 44 of file CRTHisto.h.