Hall-D Software  alpha
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DHistogramAction_GenReconTrackComparison Class Reference

#include <DHistogramActions_Thrown.h>

+ Inheritance diagram for DHistogramAction_GenReconTrackComparison:

Public Member Functions

 DHistogramAction_GenReconTrackComparison (const DReaction *locReaction, string locActionUniqueString="")
 
 DHistogramAction_GenReconTrackComparison (string locActionUniqueString)
 
 DHistogramAction_GenReconTrackComparison (void)
 
void Initialize (JEventLoop *locEventLoop)
 
const DReactionGet_Reaction (void) const
 
virtual string Get_ActionName (void) const
 
string Get_ActionUniqueString (void) const
 
bool Get_UseKinFitResultsFlag (void) const
 
virtual void Reset_NewEvent (void)
 
bool operator() (JEventLoop *locEventLoop)
 
bool operator() (JEventLoop *locEventLoop, const DParticleCombo *locParticleCombo)
 

Public Attributes

unsigned int dNumDeltaPOverPBins
 
unsigned int dNumDeltaThetaBins
 
unsigned int dNumDeltaPhiBins
 
unsigned int dNumDeltaTBins
 
unsigned int dNumDeltaVertexZBins
 
unsigned int dNum2DPBins
 
unsigned int dNum2DThetaBins
 
unsigned int dNumRFDeltaTBins
 
unsigned int dNumPullBins
 
unsigned int dNum2DPullBins
 
unsigned int dNumMCMatchingFOMBins
 
double dMinDeltaPOverP
 
double dMaxDeltaPOverP
 
double dMinDeltaTheta
 
double dMaxDeltaTheta
 
double dMinDeltaPhi
 
double dMaxDeltaPhi
 
double dMinDeltaT
 
double dMaxDeltaT
 
double dMinDeltaVertexZ
 
double dMaxDeltaVertexZ
 
double dMinP
 
double dMaxP
 
double dMinTheta
 
double dMaxTheta
 
double dMinRFDeltaT
 
double dMaxRFDeltaT
 
deque< Particle_tdFinalStatePIDs
 
bool dPerformAntiCut
 

Protected Member Functions

TDirectoryFile * CreateAndChangeTo_ActionDirectory (void)
 
TDirectoryFile * ChangeTo_BaseDirectory (void)
 
TDirectoryFile * CreateAndChangeTo_Directory (TDirectoryFile *locBaseDirectory, string locDirName, string locDirTitle)
 
TDirectoryFile * CreateAndChangeTo_Directory (string locDirName, string locDirTitle)
 
TDirectoryFile * CreateAndChangeTo_Directory (string locBaseDirectoryPath, string locDirName, string locDirTitle)
 
template<typename DHistType >
DHistType * GetOrCreate_Histogram (string locHistName, string locHistTitle, Int_t locNumBinsX, Double_t locXRangeMin, Double_t locXRangeMax) const
 
template<typename DHistType , typename DBinType >
DHistType * GetOrCreate_Histogram (string locHistName, string locHistTitle, Int_t locNumBinsX, DBinType *locXBinEdges) const
 
template<typename DHistType >
DHistType * GetOrCreate_Histogram (string locHistName, string locHistTitle, Int_t locNumBinsX, Double_t locXRangeMin, Double_t locXRangeMax, Int_t locNumBinsY, Double_t locYRangeMin, Double_t locYRangeMax) const
 
template<typename DHistType , typename DBinType >
DHistType * GetOrCreate_Histogram (string locHistName, string locHistTitle, Int_t locNumBinsX, DBinType *locXBinEdges, Int_t locNumBinsY, DBinType *locYBinEdges) const
 
template<typename DHistType , typename DBinType >
DHistType * GetOrCreate_Histogram (string locHistName, string locHistTitle, Int_t locNumBinsX, DBinType *locXBinEdges, Int_t locNumBinsY, Double_t locYRangeMin, Double_t locYRangeMax) const
 
template<typename DHistType , typename DBinType >
DHistType * GetOrCreate_Histogram (string locHistName, string locHistTitle, Int_t locNumBinsX, Double_t locXRangeMin, Double_t locXRangeMax, Int_t locNumBinsY, DBinType *locYBinEdges) const
 
template<typename DHistType >
DHistType * GetOrCreate_Histogram (string locHistName, string locHistTitle, Int_t locNumBinsX, Double_t locXRangeMin, Double_t locXRangeMax, Int_t locNumBinsY, Double_t locYRangeMin, Double_t locYRangeMax, Int_t locNumBinsZ, Double_t locZRangeMin, Double_t locZRangeMax) const
 
template<typename DHistType , typename DBinType >
DHistType * GetOrCreate_Histogram (string locHistName, string locHistTitle, Int_t locNumBinsX, DBinType *locXBinEdges, Int_t locNumBinsY, DBinType *locYBinEdges, Int_t locNumBinsZ, DBinType *locZBinEdges) const
 
bool Get_CalledPriorWithComboFlag (void) const
 
void Lock_Action (void)
 
void Unlock_Action (void)
 

Private Member Functions

bool Perform_Action (JEventLoop *locEventLoop, const DParticleCombo *locParticleCombo=NULL)
 

Private Attributes

deque< DKinFitPullTypedPullTypes
 
double dTargetZCenter
 
TH1I * dRFBeamBunchDeltaT_Hist
 
map< Particle_t, TH1I * > dHistMap_MatchFOM
 
map< Particle_t, TH1I * > dHistMap_DeltaPOverP
 
map< Particle_t, TH1I * > dHistMap_DeltaTheta
 
map< Particle_t, TH1I * > dHistMap_DeltaPhi
 
map< Particle_t, TH1I * > dHistMap_DeltaT
 
map< Particle_t, TH1I * > dHistMap_DeltaT_TOF
 
map< Particle_t, TH1I * > dHistMap_DeltaT_BCAL
 
map< Particle_t, TH1I * > dHistMap_DeltaT_FCAL
 
map< Particle_t, TH1I * > dHistMap_DeltaVertexZ
 
map< Particle_t, TH2I * > dHistMap_DeltaPOverPVsP
 
map< Particle_t, TH2I * > dHistMap_DeltaPOverPVsTheta
 
map< Particle_t, TH2I * > dHistMap_DeltaThetaVsP
 
map< Particle_t, TH2I * > dHistMap_DeltaThetaVsTheta
 
map< Particle_t, TH2I * > dHistMap_DeltaPhiVsP
 
map< Particle_t, TH2I * > dHistMap_DeltaPhiVsTheta
 
map< Particle_t, TH2I * > dHistMap_DeltaTVsTheta
 
map< Particle_t, TH2I * > dHistMap_DeltaTVsP
 
map< Particle_t, TH2I * > dHistMap_DeltaVertexZVsTheta
 
map< Particle_t, TH2I * > dHistMap_PVsTheta_LargeDeltaT
 
map< Particle_t, map
< DKinFitPullType, TH1I * > > 
dHistMap_Pulls
 
map< Particle_t, map
< DKinFitPullType, TH2I * > > 
dHistMap_PullsVsP
 
map< Particle_t, map
< DKinFitPullType, TH2I * > > 
dHistMap_PullsVsTheta
 
map< Particle_t, TH1I * > dHistMap_TimePull_CDC
 
map< Particle_t, TH1I * > dHistMap_TimePull_ST
 
map< Particle_t, TH1I * > dHistMap_TimePull_BCAL
 
map< Particle_t, TH1I * > dHistMap_TimePull_TOF
 
map< Particle_t, TH1I * > dHistMap_TimePull_FCAL
 
map< Particle_t, TH2I * > dHistMap_TimePullVsTheta_CDC
 
map< Particle_t, TH2I * > dHistMap_TimePullVsTheta_BCAL
 
map< Particle_t, TH2I * > dHistMap_TimePullVsTheta_ST
 
map< Particle_t, TH2I * > dHistMap_TimePullVsP_CDC
 
map< Particle_t, TH2I * > dHistMap_TimePullVsP_BCAL
 
map< Particle_t, TH2I * > dHistMap_TimePullVsP_ST
 
map< Particle_t, TH2I * > dHistMap_TimePullVsP_TOF
 
map< Particle_t, TH2I * > dHistMap_TimePullVsP_FCAL
 

Detailed Description

Definition at line 294 of file DHistogramActions_Thrown.h.

Constructor & Destructor Documentation

DHistogramAction_GenReconTrackComparison::DHistogramAction_GenReconTrackComparison ( const DReaction locReaction,
string  locActionUniqueString = "" 
)
inline
DHistogramAction_GenReconTrackComparison::DHistogramAction_GenReconTrackComparison ( string  locActionUniqueString)
inline
DHistogramAction_GenReconTrackComparison::DHistogramAction_GenReconTrackComparison ( void  )
inline

Member Function Documentation

TDirectoryFile * DAnalysis::DAnalysisAction::ChangeTo_BaseDirectory ( void  )
inlineprotectedinherited

Definition at line 146 of file DAnalysisAction.h.

Referenced by DAnalysis::DAnalysisAction::CreateAndChangeTo_ActionDirectory(), DCustomAction_CutExtraPi0::Initialize(), DCustomAction_HistMass_b1_1235::Initialize(), DCustomAction_p2k_hists::Initialize(), DCustomAction_HistMass_X_2000::Initialize(), DCustomAction_HistOmegaVsMissProton::Initialize(), DCustomAction_p2gamma_hists::Initialize(), DCustomAction_p2pi_hists::Initialize(), DCustomAction_dirc_reactions::Initialize(), DCustomAction_p2gamma_unusedHists::Initialize(), DCustomAction_p2pi0_hists::Initialize(), DCustomAction_p2pi_unusedHists::Initialize(), DCustomAction_p3pi_hists::Initialize(), DCustomAction_ppi0gamma_hists::Initialize(), DHistogramAction_ParticleComboGenReconComparison::Initialize(), DHistogramAction_PID::Initialize(), DHistogramAction_ObjectMemory::Initialize(), DHistogramAction_TrackVertexComparison::Initialize(), DHistogramAction_Reconstruction::Initialize(), DHistogramAction_ThrownParticleKinematics::Initialize(), DHistogramAction_ParticleComboKinematics::Initialize(), DHistogramAction_ReconnedThrownKinematics::Initialize(), DHistogramAction_DetectorMatching::Initialize(), DHistogramAction_InvariantMass::Initialize(), Initialize(), DHistogramAction_MissingMass::Initialize(), DHistogramAction_TruePID::Initialize(), DHistogramAction_MissingMassSquared::Initialize(), DHistogramAction_DetectorPID::Initialize(), DHistogramAction_2DInvariantMass::Initialize(), DHistogramAction_Dalitz::Initialize(), DHistogramAction_Neutrals::Initialize(), DHistogramAction_KinFitResults::Initialize(), DHistogramAction_DetectorMatchParams::Initialize(), DHistogramAction_MissingTransverseMomentum::Initialize(), DHistogramAction_EventVertex::Initialize(), DHistogramAction_DetectedParticleKinematics::Initialize(), DHistogramAction_TrackShowerErrors::Initialize(), DHistogramAction_NumReconstructedObjects::Initialize(), and DHistogramAction_TrackMultiplicity::Initialize().

TDirectoryFile * DAnalysisAction::CreateAndChangeTo_ActionDirectory ( void  )
protectedinherited

Definition at line 36 of file DAnalysisAction.cc.

References DAnalysis::DAnalysisAction::ChangeTo_BaseDirectory(), DAnalysis::DAnalysisAction::CreateAndChangeTo_Directory(), DAnalysis::DAnalysisAction::Get_ActionName(), DAnalysis::DAnalysisAction::Get_Reaction(), DAnalysis::DReaction::Get_ReactionName(), and locDirectory.

Referenced by DCustomAction_CutExtraPi0::Initialize(), DCustomAction_HistMass_b1_1235::Initialize(), DCustomAction_p2k_hists::Initialize(), DCustomAction_HistMass_X_2000::Initialize(), DCustomAction_HistOmegaVsMissProton::Initialize(), DCustomAction_p2gamma_hists::Initialize(), DCustomAction_p2pi_hists::Initialize(), DCustomAction_dirc_reactions::Initialize(), DCustomAction_p2gamma_unusedHists::Initialize(), DCustomAction_p2pi0_hists::Initialize(), DCustomAction_p2pi_unusedHists::Initialize(), DCustomAction_p3pi_hists::Initialize(), DCustomAction_ppi0gamma_hists::Initialize(), DCustomAction_CutNoDetectorHit::Initialize(), DHistogramAction_ParticleComboGenReconComparison::Initialize(), DHistogramAction_PID::Initialize(), DHistogramAction_ObjectMemory::Initialize(), DHistogramAction_TrackVertexComparison::Initialize(), DHistogramAction_Reconstruction::Initialize(), DHistogramAction_ThrownParticleKinematics::Initialize(), DHistogramAction_ParticleComboKinematics::Initialize(), DHistogramAction_ReconnedThrownKinematics::Initialize(), DHistogramAction_DetectorMatching::Initialize(), DHistogramAction_InvariantMass::Initialize(), Initialize(), DHistogramAction_MissingMass::Initialize(), DHistogramAction_TruePID::Initialize(), DHistogramAction_MissingMassSquared::Initialize(), DHistogramAction_DetectorPID::Initialize(), DHistogramAction_2DInvariantMass::Initialize(), DHistogramAction_Dalitz::Initialize(), DHistogramAction_Neutrals::Initialize(), DHistogramAction_KinFitResults::Initialize(), DHistogramAction_DetectorMatchParams::Initialize(), DHistogramAction_MissingTransverseMomentum::Initialize(), DHistogramAction_EventVertex::Initialize(), DCutAction_OneVertexKinFit::Initialize(), DHistogramAction_DetectedParticleKinematics::Initialize(), DHistogramAction_TrackShowerErrors::Initialize(), DHistogramAction_NumReconstructedObjects::Initialize(), and DHistogramAction_TrackMultiplicity::Initialize().

TDirectoryFile * DAnalysis::DAnalysisAction::CreateAndChangeTo_Directory ( string  locDirName,
string  locDirTitle 
)
inlineprotectedinherited

Definition at line 168 of file DAnalysisAction.h.

TDirectoryFile * DAnalysis::DAnalysisAction::CreateAndChangeTo_Directory ( string  locBaseDirectoryPath,
string  locDirName,
string  locDirTitle 
)
inlineprotectedinherited

Definition at line 174 of file DAnalysisAction.h.

string DAnalysis::DAnalysisAction::Get_ActionUniqueString ( void  ) const
inlineinherited

Definition at line 35 of file DAnalysisAction.h.

const DReaction* DAnalysis::DAnalysisAction::Get_Reaction ( void  ) const
inlineinherited

Definition at line 33 of file DAnalysisAction.h.

Referenced by DHistogramAction_KinFitResults::Create_ParticlePulls(), DAnalysis::DAnalysisAction::CreateAndChangeTo_ActionDirectory(), DCustomAction_CutExtraTrackPID::Initialize(), DCustomAction_p2pi_cuts::Initialize(), DCustomAction_p2pi_hists::Initialize(), DCustomAction_TrackingEfficiency::Initialize(), DCustomAction_CutNoDetectorHit::Initialize(), DHistogramAction_ParticleComboGenReconComparison::Initialize(), DHistogramAction_PID::Initialize(), DHistogramAction_TrackVertexComparison::Initialize(), DCutAction_TrueCombo::Initialize(), DHistogramAction_ParticleComboKinematics::Initialize(), DCutAction_BDTSignalCombo::Initialize(), DHistogramAction_InvariantMass::Initialize(), DHistogramAction_MissingMass::Initialize(), DHistogramAction_TruePID::Initialize(), DHistogramAction_MissingMassSquared::Initialize(), DHistogramAction_KinFitResults::Initialize(), DCustomAction_ppi0gamma_Pi0Cuts::Perform_Action(), DCustomAction_CutPhotonKin::Perform_Action(), DCustomAction_p3pi_Pi0Cuts::Perform_Action(), DCustomAction_p2k_hists::Perform_Action(), DCustomAction_HistOmegaVsMissProton::Perform_Action(), DCustomAction_p2pi_cuts::Perform_Action(), DCustomAction_p2pi_hists::Perform_Action(), DCustomAction_ppi0gamma_hists::Perform_Action(), DCustomAction_p2pi0_hists::Perform_Action(), DCustomAction_ee_ShowerEoverP_cut::Perform_Action(), DCustomAction_p3pi_hists::Perform_Action(), DCustomAction_CutNoDetectorHit::Perform_Action(), DCustomAction_TrackingEfficiency::Perform_Action(), DCutAction_MinTrackHits::Perform_Action(), DCutAction_ThrownTopology::Perform_Action(), DHistogramAction_ParticleComboGenReconComparison::Perform_Action(), DCutAction_AllTracksHaveDetectorMatch::Perform_Action(), DHistogramAction_PID::Perform_Action(), DCutAction_PIDFOM::Perform_Action(), DCutAction_EachPIDFOM::Perform_Action(), DCutAction_CombinedPIDFOM::Perform_Action(), DCutAction_CombinedTrackingFOM::Perform_Action(), DHistogramAction_TrackVertexComparison::Perform_Action(), DCutAction_TrueCombo::Perform_Action(), DHistogramAction_ParticleComboKinematics::Perform_Action(), DCutAction_BDTSignalCombo::Perform_Action(), DCutAction_TruePID::Perform_Action(), DCutAction_AllTruePID::Perform_Action(), DHistogramAction_InvariantMass::Perform_Action(), DCutAction_AllVertexZ::Perform_Action(), DCutAction_MaxTrackDOCA::Perform_Action(), DHistogramAction_MissingMass::Perform_Action(), DCutAction_MissingMass::Perform_Action(), DHistogramAction_TruePID::Perform_Action(), DCutAction_MissingMassSquared::Perform_Action(), DHistogramAction_MissingMassSquared::Perform_Action(), DCutAction_InvariantMass::Perform_Action(), DHistogramAction_2DInvariantMass::Perform_Action(), DCutAction_TransverseMomentum::Perform_Action(), DHistogramAction_Dalitz::Perform_Action(), DCutAction_TrackHitPattern::Perform_Action(), DCutAction_dEdx::Perform_Action(), DHistogramAction_KinFitResults::Perform_Action(), DCutAction_TrackFCALShowerEOverP::Perform_Action(), DCutAction_TrackShowerEOverP::Perform_Action(), DHistogramAction_MissingTransverseMomentum::Perform_Action(), DCutAction_PIDDeltaT::Perform_Action(), DCutAction_PIDTimingBeta::Perform_Action(), DCutAction_NoPIDHit::Perform_Action(), and DCutAction_OneVertexKinFit::Perform_Action().

bool DAnalysis::DAnalysisAction::Get_UseKinFitResultsFlag ( void  ) const
inlineinherited

Definition at line 36 of file DAnalysisAction.h.

Referenced by DHistogramAction_ParticleComboGenReconComparison::Fill_NeutralHists(), DHistogramAction_ParticleComboGenReconComparison::Initialize(), DHistogramAction_ParticleComboKinematics::Initialize(), DHistogramAction_InvariantMass::Initialize(), DHistogramAction_MissingMass::Initialize(), DHistogramAction_MissingMassSquared::Initialize(), DCustomAction_p3pi_Pi0Cuts::Perform_Action(), DCustomAction_ppi0gamma_Pi0Cuts::Perform_Action(), DCustomAction_p2k_hists::Perform_Action(), DCustomAction_p2gamma_cuts::Perform_Action(), DCustomAction_p2pi_cuts::Perform_Action(), DCustomAction_dirc_reactions::Perform_Action(), DCustomAction_p2gamma_hists::Perform_Action(), DCustomAction_p2pi_hists::Perform_Action(), DCustomAction_p2gamma_unusedHists::Perform_Action(), DCustomAction_p2pi0_hists::Perform_Action(), DCustomAction_p2pi_unusedHists::Perform_Action(), DCustomAction_p3pi_hists::Perform_Action(), DCustomAction_ee_ShowerEoverP_cut::Perform_Action(), DCustomAction_ppi0gamma_hists::Perform_Action(), DCustomAction_dirc_tree::Perform_Action(), DHistogramAction_ParticleComboGenReconComparison::Perform_Action(), DHistogramAction_PID::Perform_Action(), DHistogramAction_ParticleComboKinematics::Perform_Action(), DHistogramAction_InvariantMass::Perform_Action(), DHistogramAction_MissingMass::Perform_Action(), DCutAction_MissingMass::Perform_Action(), DCutAction_MissingMassSquared::Perform_Action(), DHistogramAction_MissingMassSquared::Perform_Action(), DCutAction_InvariantMass::Perform_Action(), DHistogramAction_2DInvariantMass::Perform_Action(), DHistogramAction_Dalitz::Perform_Action(), DCutAction_BeamEnergy::Perform_Action(), DCutAction_TrackFCALShowerEOverP::Perform_Action(), DCutAction_TrackShowerEOverP::Perform_Action(), DHistogramAction_MissingTransverseMomentum::Perform_Action(), and DCutAction_PIDDeltaT::Perform_Action().

template<typename DHistType >
DHistType * DAnalysis::DAnalysisAction::GetOrCreate_Histogram ( string  locHistName,
string  locHistTitle,
Int_t  locNumBinsX,
Double_t  locXRangeMin,
Double_t  locXRangeMax 
) const
inlineprotectedinherited

Definition at line 181 of file DAnalysisAction.h.

References locHist.

template<typename DHistType , typename DBinType >
DHistType * DAnalysis::DAnalysisAction::GetOrCreate_Histogram ( string  locHistName,
string  locHistTitle,
Int_t  locNumBinsX,
DBinType *  locXBinEdges 
) const
inlineprotectedinherited

Definition at line 196 of file DAnalysisAction.h.

References locHist.

template<typename DHistType >
DHistType * DAnalysis::DAnalysisAction::GetOrCreate_Histogram ( string  locHistName,
string  locHistTitle,
Int_t  locNumBinsX,
Double_t  locXRangeMin,
Double_t  locXRangeMax,
Int_t  locNumBinsY,
Double_t  locYRangeMin,
Double_t  locYRangeMax 
) const
inlineprotectedinherited

Definition at line 211 of file DAnalysisAction.h.

References locHist.

template<typename DHistType , typename DBinType >
DHistType * DAnalysis::DAnalysisAction::GetOrCreate_Histogram ( string  locHistName,
string  locHistTitle,
Int_t  locNumBinsX,
DBinType *  locXBinEdges,
Int_t  locNumBinsY,
DBinType *  locYBinEdges 
) const
inlineprotectedinherited

Definition at line 226 of file DAnalysisAction.h.

References locHist.

template<typename DHistType , typename DBinType >
DHistType * DAnalysis::DAnalysisAction::GetOrCreate_Histogram ( string  locHistName,
string  locHistTitle,
Int_t  locNumBinsX,
DBinType *  locXBinEdges,
Int_t  locNumBinsY,
Double_t  locYRangeMin,
Double_t  locYRangeMax 
) const
inlineprotectedinherited

Definition at line 241 of file DAnalysisAction.h.

References locHist.

template<typename DHistType , typename DBinType >
DHistType * DAnalysis::DAnalysisAction::GetOrCreate_Histogram ( string  locHistName,
string  locHistTitle,
Int_t  locNumBinsX,
Double_t  locXRangeMin,
Double_t  locXRangeMax,
Int_t  locNumBinsY,
DBinType *  locYBinEdges 
) const
inlineprotectedinherited

Definition at line 256 of file DAnalysisAction.h.

References locHist.

template<typename DHistType >
DHistType * DAnalysis::DAnalysisAction::GetOrCreate_Histogram ( string  locHistName,
string  locHistTitle,
Int_t  locNumBinsX,
Double_t  locXRangeMin,
Double_t  locXRangeMax,
Int_t  locNumBinsY,
Double_t  locYRangeMin,
Double_t  locYRangeMax,
Int_t  locNumBinsZ,
Double_t  locZRangeMin,
Double_t  locZRangeMax 
) const
inlineprotectedinherited

Definition at line 271 of file DAnalysisAction.h.

References locHist.

template<typename DHistType , typename DBinType >
DHistType * DAnalysis::DAnalysisAction::GetOrCreate_Histogram ( string  locHistName,
string  locHistTitle,
Int_t  locNumBinsX,
DBinType *  locXBinEdges,
Int_t  locNumBinsY,
DBinType *  locYBinEdges,
Int_t  locNumBinsZ,
DBinType *  locZBinEdges 
) const
inlineprotectedinherited

Definition at line 286 of file DAnalysisAction.h.

References locHist.

void DHistogramAction_GenReconTrackComparison::Initialize ( JEventLoop *  locEventLoop)
virtual

Implements DAnalysis::DAnalysisAction.

Definition at line 1013 of file DHistogramActions_Thrown.cc.

References DAnalysis::DAnalysisAction::ChangeTo_BaseDirectory(), DAnalysis::DAnalysisAction::CreateAndChangeTo_ActionDirectory(), DAnalysis::DAnalysisAction::CreateAndChangeTo_Directory(), d_EPull, d_PxPull, d_PzPull, dFinalStatePIDs, dHistMap_DeltaPhi, dHistMap_DeltaPhiVsP, dHistMap_DeltaPhiVsTheta, dHistMap_DeltaPOverP, dHistMap_DeltaPOverPVsP, dHistMap_DeltaPOverPVsTheta, dHistMap_DeltaT, dHistMap_DeltaT_BCAL, dHistMap_DeltaT_FCAL, dHistMap_DeltaT_TOF, dHistMap_DeltaTheta, dHistMap_DeltaThetaVsP, dHistMap_DeltaThetaVsTheta, dHistMap_DeltaTVsP, dHistMap_DeltaTVsTheta, dHistMap_DeltaVertexZ, dHistMap_DeltaVertexZVsTheta, dHistMap_MatchFOM, dHistMap_Pulls, dHistMap_PullsVsP, dHistMap_PullsVsTheta, dHistMap_PVsTheta_LargeDeltaT, dHistMap_TimePull_BCAL, dHistMap_TimePull_CDC, dHistMap_TimePull_FCAL, dHistMap_TimePull_ST, dHistMap_TimePull_TOF, dHistMap_TimePullVsP_BCAL, dHistMap_TimePullVsP_CDC, dHistMap_TimePullVsP_FCAL, dHistMap_TimePullVsP_ST, dHistMap_TimePullVsP_TOF, dHistMap_TimePullVsTheta_BCAL, dHistMap_TimePullVsTheta_CDC, dHistMap_TimePullVsTheta_ST, dMaxDeltaPhi, dMaxDeltaPOverP, dMaxDeltaT, dMaxDeltaTheta, dMaxDeltaVertexZ, dMaxP, dMaxRFDeltaT, dMaxTheta, dMinDeltaPhi, dMinDeltaPOverP, dMinDeltaT, dMinDeltaTheta, dMinDeltaVertexZ, dMinP, dMinRFDeltaT, dMinTheta, dNum2DPBins, dNum2DPullBins, dNum2DThetaBins, dNumDeltaPhiBins, dNumDeltaPOverPBins, dNumDeltaTBins, dNumDeltaThetaBins, dNumDeltaVertexZBins, dNumMCMatchingFOMBins, dNumPullBins, dNumRFDeltaTBins, dPullTypes, dRFBeamBunchDeltaT_Hist, dTargetZCenter, DApplication::GetDGeometry(), DGeometry::GetTargetZ(), japp, ParticleCharge(), ParticleName_ROOT(), ParticleType(), and string.

Referenced by DEventProcessor_monitoring_hists::brun().

void DAnalysis::DAnalysisAction::Lock_Action ( void  )
inlineprotectedinherited

Definition at line 136 of file DAnalysisAction.h.

Referenced by DHistogramAction_ParticleComboGenReconComparison::Fill_BeamHists(), DHistogramAction_ParticleComboKinematics::Fill_BeamHists(), DHistogramAction_ParticleComboGenReconComparison::Fill_ChargedHists(), DHistogramAction_PID::Fill_ChargedHists(), DHistogramAction_ParticleComboKinematics::Fill_Hists(), DHistogramAction_DetectorMatchParams::Fill_Hists(), DHistogramAction_DetectorMatching::Fill_MatchingHists(), DHistogramAction_ParticleComboGenReconComparison::Fill_NeutralHists(), DHistogramAction_PID::Fill_NeutralHists(), DCustomAction_p2gamma_unusedHists::FillShower(), DCustomAction_p2pi_unusedHists::FillShower(), DCustomAction_p2gamma_unusedHists::FillTrack(), DCustomAction_p2pi_unusedHists::FillTrack(), DCustomAction_HistMass_b1_1235::Perform_Action(), DCustomAction_HistMass_X_2000::Perform_Action(), DCustomAction_p2k_hists::Perform_Action(), DCustomAction_CutExtraPi0::Perform_Action(), DCustomAction_HistOmegaVsMissProton::Perform_Action(), DCustomAction_dirc_reactions::Perform_Action(), DCustomAction_p2pi_hists::Perform_Action(), DCustomAction_p2gamma_hists::Perform_Action(), DCustomAction_p2gamma_unusedHists::Perform_Action(), DCustomAction_p3pi_hists::Perform_Action(), DCustomAction_ppi0gamma_hists::Perform_Action(), DCustomAction_p2pi0_hists::Perform_Action(), DCustomAction_p2pi_unusedHists::Perform_Action(), DCustomAction_CutNoDetectorHit::Perform_Action(), DHistogramAction_ParticleComboGenReconComparison::Perform_Action(), DHistogramAction_ObjectMemory::Perform_Action(), DHistogramAction_TrackVertexComparison::Perform_Action(), DHistogramAction_Reconstruction::Perform_Action(), DHistogramAction_ThrownParticleKinematics::Perform_Action(), DHistogramAction_ReconnedThrownKinematics::Perform_Action(), DHistogramAction_InvariantMass::Perform_Action(), Perform_Action(), DHistogramAction_MissingMass::Perform_Action(), DHistogramAction_TruePID::Perform_Action(), DHistogramAction_MissingMassSquared::Perform_Action(), DHistogramAction_DetectorPID::Perform_Action(), DHistogramAction_2DInvariantMass::Perform_Action(), DHistogramAction_Dalitz::Perform_Action(), DHistogramAction_Neutrals::Perform_Action(), DHistogramAction_KinFitResults::Perform_Action(), DHistogramAction_MissingTransverseMomentum::Perform_Action(), DHistogramAction_EventVertex::Perform_Action(), DCutAction_OneVertexKinFit::Perform_Action(), DHistogramAction_DetectedParticleKinematics::Perform_Action(), DHistogramAction_TrackShowerErrors::Perform_Action(), DHistogramAction_NumReconstructedObjects::Perform_Action(), and DHistogramAction_TrackMultiplicity::Perform_Action().

bool DAnalysis::DAnalysisAction::operator() ( JEventLoop *  locEventLoop)
inlineinherited

Definition at line 121 of file DAnalysisAction.h.

bool DAnalysis::DAnalysisAction::operator() ( JEventLoop *  locEventLoop,
const DParticleCombo locParticleCombo 
)
inlineinherited

Definition at line 128 of file DAnalysisAction.h.

bool DHistogramAction_GenReconTrackComparison::Perform_Action ( JEventLoop *  locEventLoop,
const DParticleCombo locParticleCombo = NULL 
)
privatevirtual

Implements DAnalysis::DAnalysisAction.

Definition at line 1249 of file DHistogramActions_Thrown.cc.

References d_EPull, d_PxPull, d_PzPull, d_TPull, d_XxPull, d_XzPull, DNeutralShower::dCovarianceMatrix, DNeutralShower::dEnergy, dHistMap_DeltaPhi, dHistMap_DeltaPhiVsP, dHistMap_DeltaPhiVsTheta, dHistMap_DeltaPOverP, dHistMap_DeltaPOverPVsP, dHistMap_DeltaPOverPVsTheta, dHistMap_DeltaT, dHistMap_DeltaT_BCAL, dHistMap_DeltaT_FCAL, dHistMap_DeltaT_TOF, dHistMap_DeltaTheta, dHistMap_DeltaThetaVsP, dHistMap_DeltaThetaVsTheta, dHistMap_DeltaTVsP, dHistMap_DeltaTVsTheta, dHistMap_DeltaVertexZ, dHistMap_DeltaVertexZVsTheta, dHistMap_MatchFOM, dHistMap_Pulls, dHistMap_PullsVsP, dHistMap_PullsVsTheta, dHistMap_PVsTheta_LargeDeltaT, dHistMap_TimePull_BCAL, dHistMap_TimePull_CDC, dHistMap_TimePull_FCAL, dHistMap_TimePull_ST, dHistMap_TimePull_TOF, dHistMap_TimePullVsP_BCAL, dHistMap_TimePullVsP_CDC, dHistMap_TimePullVsP_FCAL, dHistMap_TimePullVsP_ST, dHistMap_TimePullVsP_TOF, dHistMap_TimePullVsTheta_BCAL, dHistMap_TimePullVsTheta_CDC, dHistMap_TimePullVsTheta_ST, dPullTypes, dRFBeamBunchDeltaT_Hist, dTargetZCenter, DEventRFBunch::dTime, DKinematicData::energy(), DKinematicData::errorMatrix(), Fill(), DTrackTimeBased::FOM, DAnalysis::DAnalysisAction::Get_CalledPriorWithComboFlag(), DNeutralParticleHypothesis::Get_NeutralShower(), DMCThrownMatching::Get_ThrownToChargedMap(), DMCThrownMatching::Get_ThrownToNeutralMap(), DChargedTrackHypothesis::Get_TrackTimeBased(), DAnalysis::DAnalysisAction::Lock_Action(), DKinematicData::momentum(), DKinematicData::position(), sqrt(), SYS_BCAL, SYS_CDC, SYS_FCAL, SYS_START, SYS_TOF, DChargedTrackHypothesis::t0(), DChargedTrackHypothesis::t0_detector(), DChargedTrackHypothesis::t0_err(), DChargedTrackHypothesis::t1_detector(), DNeutralParticleHypothesis::t1_detector(), DKinematicData::time(), DMCThrown::type, DAnalysis::DAnalysisAction::Unlock_Action(), and DKinematicData::z().

void DAnalysis::DAnalysisAction::Unlock_Action ( void  )
inlineprotectedinherited

Definition at line 141 of file DAnalysisAction.h.

Referenced by DHistogramAction_ParticleComboGenReconComparison::Fill_BeamHists(), DHistogramAction_ParticleComboKinematics::Fill_BeamHists(), DHistogramAction_ParticleComboGenReconComparison::Fill_ChargedHists(), DHistogramAction_PID::Fill_ChargedHists(), DHistogramAction_ParticleComboKinematics::Fill_Hists(), DHistogramAction_DetectorMatchParams::Fill_Hists(), DHistogramAction_DetectorMatching::Fill_MatchingHists(), DHistogramAction_ParticleComboGenReconComparison::Fill_NeutralHists(), DHistogramAction_PID::Fill_NeutralHists(), DCustomAction_p2gamma_unusedHists::FillShower(), DCustomAction_p2pi_unusedHists::FillShower(), DCustomAction_p2gamma_unusedHists::FillTrack(), DCustomAction_p2pi_unusedHists::FillTrack(), DCustomAction_HistMass_b1_1235::Perform_Action(), DCustomAction_HistMass_X_2000::Perform_Action(), DCustomAction_p2k_hists::Perform_Action(), DCustomAction_CutExtraPi0::Perform_Action(), DCustomAction_HistOmegaVsMissProton::Perform_Action(), DCustomAction_dirc_reactions::Perform_Action(), DCustomAction_p2pi_hists::Perform_Action(), DCustomAction_p2gamma_hists::Perform_Action(), DCustomAction_p2gamma_unusedHists::Perform_Action(), DCustomAction_p3pi_hists::Perform_Action(), DCustomAction_ppi0gamma_hists::Perform_Action(), DCustomAction_p2pi0_hists::Perform_Action(), DCustomAction_p2pi_unusedHists::Perform_Action(), DCustomAction_CutNoDetectorHit::Perform_Action(), DHistogramAction_ParticleComboGenReconComparison::Perform_Action(), DHistogramAction_ObjectMemory::Perform_Action(), DHistogramAction_TrackVertexComparison::Perform_Action(), DHistogramAction_Reconstruction::Perform_Action(), DHistogramAction_ThrownParticleKinematics::Perform_Action(), DHistogramAction_ReconnedThrownKinematics::Perform_Action(), DHistogramAction_InvariantMass::Perform_Action(), Perform_Action(), DHistogramAction_MissingMass::Perform_Action(), DHistogramAction_TruePID::Perform_Action(), DHistogramAction_MissingMassSquared::Perform_Action(), DHistogramAction_DetectorPID::Perform_Action(), DHistogramAction_2DInvariantMass::Perform_Action(), DHistogramAction_Dalitz::Perform_Action(), DHistogramAction_Neutrals::Perform_Action(), DHistogramAction_MissingTransverseMomentum::Perform_Action(), DHistogramAction_EventVertex::Perform_Action(), DCutAction_OneVertexKinFit::Perform_Action(), DHistogramAction_DetectedParticleKinematics::Perform_Action(), DHistogramAction_TrackShowerErrors::Perform_Action(), DHistogramAction_NumReconstructedObjects::Perform_Action(), and DHistogramAction_TrackMultiplicity::Perform_Action().

Member Data Documentation

deque<Particle_t> DHistogramAction_GenReconTrackComparison::dFinalStatePIDs

Definition at line 350 of file DHistogramActions_Thrown.h.

Referenced by Initialize().

map<Particle_t, TH1I*> DHistogramAction_GenReconTrackComparison::dHistMap_DeltaPhi
private

Definition at line 364 of file DHistogramActions_Thrown.h.

Referenced by Initialize(), and Perform_Action().

map<Particle_t, TH2I*> DHistogramAction_GenReconTrackComparison::dHistMap_DeltaPhiVsP
private

Definition at line 374 of file DHistogramActions_Thrown.h.

Referenced by Initialize(), and Perform_Action().

map<Particle_t, TH2I*> DHistogramAction_GenReconTrackComparison::dHistMap_DeltaPhiVsTheta
private

Definition at line 375 of file DHistogramActions_Thrown.h.

Referenced by Initialize(), and Perform_Action().

map<Particle_t, TH1I*> DHistogramAction_GenReconTrackComparison::dHistMap_DeltaPOverP
private

Definition at line 362 of file DHistogramActions_Thrown.h.

Referenced by Initialize(), and Perform_Action().

map<Particle_t, TH2I*> DHistogramAction_GenReconTrackComparison::dHistMap_DeltaPOverPVsP
private

Definition at line 370 of file DHistogramActions_Thrown.h.

Referenced by Initialize(), and Perform_Action().

map<Particle_t, TH2I*> DHistogramAction_GenReconTrackComparison::dHistMap_DeltaPOverPVsTheta
private

Definition at line 371 of file DHistogramActions_Thrown.h.

Referenced by Initialize(), and Perform_Action().

map<Particle_t, TH1I*> DHistogramAction_GenReconTrackComparison::dHistMap_DeltaT
private

Definition at line 365 of file DHistogramActions_Thrown.h.

Referenced by Initialize(), and Perform_Action().

map<Particle_t, TH1I*> DHistogramAction_GenReconTrackComparison::dHistMap_DeltaT_BCAL
private

Definition at line 367 of file DHistogramActions_Thrown.h.

Referenced by Initialize(), and Perform_Action().

map<Particle_t, TH1I*> DHistogramAction_GenReconTrackComparison::dHistMap_DeltaT_FCAL
private

Definition at line 368 of file DHistogramActions_Thrown.h.

Referenced by Initialize(), and Perform_Action().

map<Particle_t, TH1I*> DHistogramAction_GenReconTrackComparison::dHistMap_DeltaT_TOF
private

Definition at line 366 of file DHistogramActions_Thrown.h.

Referenced by Initialize(), and Perform_Action().

map<Particle_t, TH1I*> DHistogramAction_GenReconTrackComparison::dHistMap_DeltaTheta
private

Definition at line 363 of file DHistogramActions_Thrown.h.

Referenced by Initialize(), and Perform_Action().

map<Particle_t, TH2I*> DHistogramAction_GenReconTrackComparison::dHistMap_DeltaThetaVsP
private

Definition at line 372 of file DHistogramActions_Thrown.h.

Referenced by Initialize(), and Perform_Action().

map<Particle_t, TH2I*> DHistogramAction_GenReconTrackComparison::dHistMap_DeltaThetaVsTheta
private

Definition at line 373 of file DHistogramActions_Thrown.h.

Referenced by Initialize(), and Perform_Action().

map<Particle_t, TH2I*> DHistogramAction_GenReconTrackComparison::dHistMap_DeltaTVsP
private

Definition at line 377 of file DHistogramActions_Thrown.h.

Referenced by Initialize(), and Perform_Action().

map<Particle_t, TH2I*> DHistogramAction_GenReconTrackComparison::dHistMap_DeltaTVsTheta
private

Definition at line 376 of file DHistogramActions_Thrown.h.

Referenced by Initialize(), and Perform_Action().

map<Particle_t, TH1I*> DHistogramAction_GenReconTrackComparison::dHistMap_DeltaVertexZ
private

Definition at line 369 of file DHistogramActions_Thrown.h.

Referenced by Initialize(), and Perform_Action().

map<Particle_t, TH2I*> DHistogramAction_GenReconTrackComparison::dHistMap_DeltaVertexZVsTheta
private

Definition at line 378 of file DHistogramActions_Thrown.h.

Referenced by Initialize(), and Perform_Action().

map<Particle_t, TH1I*> DHistogramAction_GenReconTrackComparison::dHistMap_MatchFOM
private

Definition at line 361 of file DHistogramActions_Thrown.h.

Referenced by Initialize(), and Perform_Action().

map<Particle_t, map<DKinFitPullType, TH1I*> > DHistogramAction_GenReconTrackComparison::dHistMap_Pulls
private

Definition at line 381 of file DHistogramActions_Thrown.h.

Referenced by Initialize(), and Perform_Action().

map<Particle_t, map<DKinFitPullType, TH2I*> > DHistogramAction_GenReconTrackComparison::dHistMap_PullsVsP
private

Definition at line 382 of file DHistogramActions_Thrown.h.

Referenced by Initialize(), and Perform_Action().

map<Particle_t, map<DKinFitPullType, TH2I*> > DHistogramAction_GenReconTrackComparison::dHistMap_PullsVsTheta
private

Definition at line 383 of file DHistogramActions_Thrown.h.

Referenced by Initialize(), and Perform_Action().

map<Particle_t, TH2I*> DHistogramAction_GenReconTrackComparison::dHistMap_PVsTheta_LargeDeltaT
private

Definition at line 379 of file DHistogramActions_Thrown.h.

Referenced by Initialize(), and Perform_Action().

map<Particle_t, TH1I*> DHistogramAction_GenReconTrackComparison::dHistMap_TimePull_BCAL
private

Definition at line 387 of file DHistogramActions_Thrown.h.

Referenced by Initialize(), and Perform_Action().

map<Particle_t, TH1I*> DHistogramAction_GenReconTrackComparison::dHistMap_TimePull_CDC
private

Definition at line 385 of file DHistogramActions_Thrown.h.

Referenced by Initialize(), and Perform_Action().

map<Particle_t, TH1I*> DHistogramAction_GenReconTrackComparison::dHistMap_TimePull_FCAL
private

Definition at line 389 of file DHistogramActions_Thrown.h.

Referenced by Initialize(), and Perform_Action().

map<Particle_t, TH1I*> DHistogramAction_GenReconTrackComparison::dHistMap_TimePull_ST
private

Definition at line 386 of file DHistogramActions_Thrown.h.

Referenced by Initialize(), and Perform_Action().

map<Particle_t, TH1I*> DHistogramAction_GenReconTrackComparison::dHistMap_TimePull_TOF
private

Definition at line 388 of file DHistogramActions_Thrown.h.

Referenced by Initialize(), and Perform_Action().

map<Particle_t, TH2I*> DHistogramAction_GenReconTrackComparison::dHistMap_TimePullVsP_BCAL
private

Definition at line 396 of file DHistogramActions_Thrown.h.

Referenced by Initialize(), and Perform_Action().

map<Particle_t, TH2I*> DHistogramAction_GenReconTrackComparison::dHistMap_TimePullVsP_CDC
private

Definition at line 395 of file DHistogramActions_Thrown.h.

Referenced by Initialize(), and Perform_Action().

map<Particle_t, TH2I*> DHistogramAction_GenReconTrackComparison::dHistMap_TimePullVsP_FCAL
private

Definition at line 399 of file DHistogramActions_Thrown.h.

Referenced by Initialize(), and Perform_Action().

map<Particle_t, TH2I*> DHistogramAction_GenReconTrackComparison::dHistMap_TimePullVsP_ST
private

Definition at line 397 of file DHistogramActions_Thrown.h.

Referenced by Initialize(), and Perform_Action().

map<Particle_t, TH2I*> DHistogramAction_GenReconTrackComparison::dHistMap_TimePullVsP_TOF
private

Definition at line 398 of file DHistogramActions_Thrown.h.

Referenced by Initialize(), and Perform_Action().

map<Particle_t, TH2I*> DHistogramAction_GenReconTrackComparison::dHistMap_TimePullVsTheta_BCAL
private

Definition at line 392 of file DHistogramActions_Thrown.h.

Referenced by Initialize(), and Perform_Action().

map<Particle_t, TH2I*> DHistogramAction_GenReconTrackComparison::dHistMap_TimePullVsTheta_CDC
private

Definition at line 391 of file DHistogramActions_Thrown.h.

Referenced by Initialize(), and Perform_Action().

map<Particle_t, TH2I*> DHistogramAction_GenReconTrackComparison::dHistMap_TimePullVsTheta_ST
private

Definition at line 393 of file DHistogramActions_Thrown.h.

Referenced by Initialize(), and Perform_Action().

double DHistogramAction_GenReconTrackComparison::dMaxDeltaPhi

Definition at line 347 of file DHistogramActions_Thrown.h.

Referenced by Initialize().

double DHistogramAction_GenReconTrackComparison::dMaxDeltaPOverP

Definition at line 347 of file DHistogramActions_Thrown.h.

Referenced by Initialize().

double DHistogramAction_GenReconTrackComparison::dMaxDeltaT

Definition at line 347 of file DHistogramActions_Thrown.h.

Referenced by Initialize().

double DHistogramAction_GenReconTrackComparison::dMaxDeltaTheta

Definition at line 347 of file DHistogramActions_Thrown.h.

Referenced by Initialize().

double DHistogramAction_GenReconTrackComparison::dMaxDeltaVertexZ

Definition at line 347 of file DHistogramActions_Thrown.h.

Referenced by Initialize().

double DHistogramAction_GenReconTrackComparison::dMaxP

Definition at line 348 of file DHistogramActions_Thrown.h.

Referenced by Initialize().

double DHistogramAction_GenReconTrackComparison::dMaxRFDeltaT

Definition at line 348 of file DHistogramActions_Thrown.h.

Referenced by Initialize().

double DHistogramAction_GenReconTrackComparison::dMaxTheta

Definition at line 348 of file DHistogramActions_Thrown.h.

Referenced by Initialize().

double DHistogramAction_GenReconTrackComparison::dMinDeltaPhi

Definition at line 347 of file DHistogramActions_Thrown.h.

Referenced by Initialize().

double DHistogramAction_GenReconTrackComparison::dMinDeltaPOverP

Definition at line 347 of file DHistogramActions_Thrown.h.

Referenced by Initialize().

double DHistogramAction_GenReconTrackComparison::dMinDeltaT

Definition at line 347 of file DHistogramActions_Thrown.h.

Referenced by Initialize().

double DHistogramAction_GenReconTrackComparison::dMinDeltaTheta

Definition at line 347 of file DHistogramActions_Thrown.h.

Referenced by Initialize().

double DHistogramAction_GenReconTrackComparison::dMinDeltaVertexZ

Definition at line 347 of file DHistogramActions_Thrown.h.

Referenced by Initialize().

double DHistogramAction_GenReconTrackComparison::dMinP

Definition at line 348 of file DHistogramActions_Thrown.h.

Referenced by Initialize().

double DHistogramAction_GenReconTrackComparison::dMinRFDeltaT

Definition at line 348 of file DHistogramActions_Thrown.h.

Referenced by Initialize().

double DHistogramAction_GenReconTrackComparison::dMinTheta

Definition at line 348 of file DHistogramActions_Thrown.h.

Referenced by Initialize().

unsigned int DHistogramAction_GenReconTrackComparison::dNum2DPBins

Definition at line 345 of file DHistogramActions_Thrown.h.

Referenced by Initialize().

unsigned int DHistogramAction_GenReconTrackComparison::dNum2DPullBins

Definition at line 346 of file DHistogramActions_Thrown.h.

Referenced by Initialize().

unsigned int DHistogramAction_GenReconTrackComparison::dNum2DThetaBins

Definition at line 346 of file DHistogramActions_Thrown.h.

Referenced by Initialize().

unsigned int DHistogramAction_GenReconTrackComparison::dNumDeltaPhiBins

Definition at line 345 of file DHistogramActions_Thrown.h.

Referenced by Initialize().

unsigned int DHistogramAction_GenReconTrackComparison::dNumDeltaPOverPBins

Definition at line 345 of file DHistogramActions_Thrown.h.

Referenced by Initialize().

unsigned int DHistogramAction_GenReconTrackComparison::dNumDeltaTBins

Definition at line 345 of file DHistogramActions_Thrown.h.

Referenced by Initialize().

unsigned int DHistogramAction_GenReconTrackComparison::dNumDeltaThetaBins

Definition at line 345 of file DHistogramActions_Thrown.h.

Referenced by Initialize().

unsigned int DHistogramAction_GenReconTrackComparison::dNumDeltaVertexZBins

Definition at line 345 of file DHistogramActions_Thrown.h.

Referenced by Initialize().

unsigned int DHistogramAction_GenReconTrackComparison::dNumMCMatchingFOMBins

Definition at line 346 of file DHistogramActions_Thrown.h.

Referenced by Initialize().

unsigned int DHistogramAction_GenReconTrackComparison::dNumPullBins

Definition at line 346 of file DHistogramActions_Thrown.h.

Referenced by Initialize().

unsigned int DHistogramAction_GenReconTrackComparison::dNumRFDeltaTBins

Definition at line 346 of file DHistogramActions_Thrown.h.

Referenced by Initialize().

bool DAnalysis::DAnalysisAction::dPerformAntiCut
inherited

Definition at line 94 of file DAnalysisAction.h.

deque<DKinFitPullType> DHistogramAction_GenReconTrackComparison::dPullTypes
private

Definition at line 357 of file DHistogramActions_Thrown.h.

Referenced by Initialize(), and Perform_Action().

TH1I* DHistogramAction_GenReconTrackComparison::dRFBeamBunchDeltaT_Hist
private

Definition at line 359 of file DHistogramActions_Thrown.h.

Referenced by Initialize(), and Perform_Action().

double DHistogramAction_GenReconTrackComparison::dTargetZCenter
private

Definition at line 358 of file DHistogramActions_Thrown.h.

Referenced by Initialize(), and Perform_Action().


The documentation for this class was generated from the following files: