List of all members | Classes | Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Private Types | Private Member Functions | Static Private Member Functions | Private Attributes | Static Private Attributes
LDFFinderOG::LDFFinder Class Reference

Fit the LDF and the universe. More...

#include <LDFFinderOG/LDFFinder.h>

Inheritance diagram for LDFFinderOG::LDFFinder:
Inheritance graph
[legend]

Classes

struct  CurvatureFitInterface
 
struct  LDFFitInterface
 
struct  Stage0
 
struct  Stage1
 
struct  Stage2
 
struct  Stage3
 

Public Types

enum  CoreType { eMC, eHybrid, eFit }
 
enum  ResultFlag { eSuccess, eFailure, eBreakLoop, eContinueLoop }
 Flag returned by module methods to the RunController. More...
 
enum  VersionInfoType {
  eFilename = 1, eRevisionNumber = 2, eDate = 3, eTime = 4,
  eLastEditor = 5
}
 Different types of version info that can be retrieved from GetVersionInfo. More...
 

Public Member Functions

fwk::VModule::ResultFlag Finish ()
 Finish: invoked at end of the run (NOT end of the event) More...
 
utl::StopwatchGetStopwatch ()
 
const utl::StopwatchGetStopwatch () const
 
std::string GetVersionInfo (const VersionInfoType v) const
 Retrieve different sorts of module version info. More...
 
fwk::VModule::ResultFlag Init ()
 Initialize: invoked at beginning of run (NOT beginning of event) More...
 
void InitTiming ()
 
 REGISTER_MODULE ("LDFFinderOG", LDFFinder)
 
fwk::VModule::ResultFlag Run (evt::Event &event)
 Run: invoked once per event. More...
 
ResultFlag RunWithTiming (evt::Event &event)
 

Static Public Member Functions

static std::string GetResultFlagByName (const ResultFlag flag)
 

Static Public Attributes

static LDFFunctionType fgLDFType
 

Private Types

enum  InfoLevel {
  eNone = 0, eFinal = 1, eIntermediate = 2, eObscure = 3,
  eMinuit = 4
}
 

Private Member Functions

double EstimateChi2 (const LDFFitInterface &fi) const
 Estimate Chi2 using Minuit. More...
 
bool EstimateCurvature (CurvatureFitInterface &fi) const
 
void EstimateEnergy (LDFFitInterface &fi) const
 
void EstimateLDF (LDFFitInterface &fi, const utl::Point &core) const
 
void EstimateLDFbySeedStations (LDFFitInterface &fi, const utl::Point &core) const
 
double EstimateNStationsInFit (const LDFFitInterface &fi) const
 
void EstimateS1000 (LDFFitInterface &fi) const
 First guess of S1000 to give a starting point. More...
 
double FitCurvatureDriver (CurvatureFitInterface &fi) const
 
bool FitLDF (LDFFitInterface &fi, const int nStations) const
 
double FitLDFDriver (LDFFitInterface &fi) const
 Fit using Minuit. More...
 
bool FixBeta (const LDFFitInterface &fi) const
 
bool FixCore (const evt::Event &event, Point &core, TimeStamp &coreTime, Vector &axis) const
 
bool FixGamma (const LDFFitInterface &fi) const
 
void OutputResults (const evt::Event &event) const
 
void OutputStations (const LDFFitInterface &fi) const
 
double ParameterizedRc (const LDFFitInterface &fi) const
 
void SetRecData (evt::Event &event, const LDFFitInterface &lfi, const CurvatureFitInterface &cfi) const
 

Static Private Member Functions

static void CurvatureFitFnc (int &nPar, double *const grad, double &value, double *const par, const int iFlag)
 
static void LDFFitChi2Fnc (int &nPar, double *const grad, double &value, double *const par, const int iFlag)
 
static void LDFFitMaxLikeFnc (int &nPar, double *const grad, double &value, double *const par, const int iFlag)
 Likelihood function to minimize. More...
 

Private Attributes

int fCoreType
 
EnergyConversion fEnergyConversion
 
int fInfoLevel
 
double fMaxBaryToCoreDistance
 
double fMaxChi2
 
double fMaxTheta
 
bool fMinuitOutput
 
utl::RandomEnginefRandomEngine
 
int fRoptN
 
double fSilentRadiusTransition
 
struct
LDFFinderOG::LDFFinder::Stage0 
fStage0
 
struct
LDFFinderOG::LDFFinder::Stage1 
fStage1
 
struct
LDFFinderOG::LDFFinder::Stage2 
fStage2
 
struct
LDFFinderOG::LDFFinder::Stage3 
fStage3
 
bool fUseMaxLike
 
bool fUseSilentStations
 

Static Private Attributes

static utl::Point fgBarycenter
 
static utl::TimeStamp fgBaryTime
 
static const sevt::SEventfgCurrentSEvent
 
static bool fgFixLDF
 
static utl::CoordinateSystemPtr fgLocalCS
 
static bool fgLowerLimit
 
static double fgNKGFermiMu
 
static double fgNKGFermiTau
 
static double fgNoRecovery
 
static utl::Vector fgShowerAxis
 
static double fgSilentMaxRadius
 
static double fgSilentRadiusTransition
 
static double fgSilentSignalThreshold
 
static bool fgUseSilentStations
 

Detailed Description

Fit the LDF and the universe.

Fit is performed in several stages:

Author
Markus Roth
Darko Veberic
Date
06 Apr 2004
25 Nov 2004 rewrite

Definition at line 62 of file ZombieGraveyard/LDFFinderOG/LDFFinder.h.

Member Enumeration Documentation

Enumerator
eMC 
eHybrid 
eFit 

Definition at line 208 of file ZombieGraveyard/LDFFinderOG/LDFFinder.h.

Enumerator
eNone 
eFinal 
eIntermediate 
eObscure 
eMinuit 

Definition at line 196 of file ZombieGraveyard/LDFFinderOG/LDFFinder.h.

enum fwk::VModule::ResultFlag
inherited

Flag returned by module methods to the RunController.

Enumerator
eSuccess 

Report success to RunController.

eFailure 

Report failure to RunController, causing RunController to terminate execution.

eBreakLoop 

Break current loop. It works for nested loops too!

eContinueLoop 

Skip remaining modules in the current loop and continue with next iteration of the loop.

Definition at line 60 of file VModule.h.

Different types of version info that can be retrieved from GetVersionInfo.

Enumerator
eFilename 
eRevisionNumber 
eDate 
eTime 
eLastEditor 

Definition at line 110 of file VModule.h.

Member Function Documentation

void LDFFinder::CurvatureFitFnc ( int &  nPar,
double *const  grad,
double &  value,
double *const  par,
const int  iFlag 
)
staticprivate
double LDFFinder::EstimateChi2 ( const LDFFitInterface fi) const
private
bool LDFFinder::EstimateCurvature ( CurvatureFitInterface fi) const
private
void LDFFinder::EstimateEnergy ( LDFFitInterface fi) const
private
void LDFFinder::EstimateLDF ( LDFFitInterface fi,
const utl::Point core 
) const
inlineprivate
void LDFFinderOG::LDFFinder::EstimateLDFbySeedStations ( LDFFitInterface fi,
const utl::Point core 
) const
private
double LDFFinder::EstimateNStationsInFit ( const LDFFitInterface fi) const
private
void LDFFinder::EstimateS1000 ( LDFFitInterface fi) const
private
VModule::ResultFlag LDFFinder::Finish ( )
virtual

Finish: invoked at end of the run (NOT end of the event)

This method is for things that should be done at the end of the run (for example, closing files or writing out histograms) {You must override this method in your concrete module}

Implements fwk::VModule.

Definition at line 1282 of file ZombieGraveyard/LDFFinderOG/LDFFinder.cc.

References fwk::VModule::eSuccess.

double LDFFinder::FitCurvatureDriver ( CurvatureFitInterface fi) const
private
bool LDFFinder::FitLDF ( LDFFitInterface fi,
const int  nStations 
) const
inlineprivate
double LDFFinder::FitLDFDriver ( LDFFitInterface fi) const
private
bool LDFFinder::FixBeta ( const LDFFitInterface fi) const
private
bool LDFFinder::FixCore ( const evt::Event event,
Point core,
TimeStamp coreTime,
Vector axis 
) const
private
bool LDFFinder::FixGamma ( const LDFFitInterface fi) const
private
std::string fwk::VModule::GetResultFlagByName ( const ResultFlag  flag)
staticinherited
utl::Stopwatch& fwk::VModule::GetStopwatch ( )
inlineinherited

Definition at line 106 of file VModule.h.

References fwk::VModule::fStopwatch.

const utl::Stopwatch& fwk::VModule::GetStopwatch ( ) const
inlineinherited

Definition at line 107 of file VModule.h.

References fwk::VModule::fStopwatch.

std::string fwk::VModule::GetVersionInfo ( const VersionInfoType  v) const
inherited
VModule::ResultFlag LDFFinder::Init ( )
virtual

Initialize: invoked at beginning of run (NOT beginning of event)

This method is for things that should be done once at the beginning of a run (for example, booking histograms, performing calculations that need to be done only once, initializing parameters) {You must override this method in your concrete module}

Implements fwk::VModule.

Definition at line 235 of file ZombieGraveyard/LDFFinderOG/LDFFinder.cc.

References degree, fwk::VModule::eFailure, eFit, eHybrid, eMC, eMinuit, LDFFinderOG::eNKG, LDFFinderOG::eNKGFermi, eNone, LDFFinderOG::ePL, ERROR, fwk::VModule::eSuccess, LDFFinderOG::EnergyConversion::fAttenuationPar1, LDFFinderOG::EnergyConversion::fAttenuationPar2, LDFFinderOG::EnergyConversion::fAttenuationPar3, fCoreType, fEnergyConversion, LDFFinderOG::EnergyConversion::fEnergyS38Const, LDFFinderOG::EnergyConversion::fEnergyS38Slope, fgLDFType, fgNKGFermiMu, fgNKGFermiTau, fgNoRecovery, fgSilentMaxRadius, fgSilentRadiusTransition, fgSilentSignalThreshold, fInfoLevel, LDFFinderOG::LDFFinder::Stage3::fMaxAxisAngleDifference, fMaxBaryToCoreDistance, fMaxChi2, LDFFinderOG::LDFFinder::Stage1::fMaxChi2, fMaxTheta, LDFFinderOG::LDFFinder::Stage3::fMinNumberForFullCurvatureFit, LDFFinderOG::LDFFinder::Stage0::fMinNumberOfStations, LDFFinderOG::LDFFinder::Stage1::fMinNumberOfStations, LDFFinderOG::LDFFinder::Stage3::fMinNumberOfStations, LDFFinderOG::LDFFinder::Stage2::fMinNumberRelaxBeta, LDFFinderOG::LDFFinder::Stage2::fMinNumberRelaxGamma, fMinuitOutput, fRoptN, fStage0, fStage1, fStage2, fStage3, LDFFinderOG::LDFFinder::Stage0::fUseCorePosition, fUseMaxLike, fUseSilentStations, utl::Branch::GetChild(), utl::Branch::GetData(), fwk::CentralConfig::GetTopBranch(), and INFO.

void fwk::VModule::InitTiming ( )
inlineinherited

Definition at line 95 of file VModule.h.

References fwk::VModule::fStopwatch, and utl::Stopwatch::Reset().

void LDFFinder::LDFFitChi2Fnc ( int &  nPar,
double *const  grad,
double &  value,
double *const  par,
const int  iFlag 
)
staticprivate
void LDFFinder::LDFFitMaxLikeFnc ( int &  nPar,
double *const  grad,
double &  value,
double *const  par,
const int  iFlag 
)
staticprivate
void LDFFinder::OutputResults ( const evt::Event event) const
private
void LDFFinder::OutputStations ( const LDFFitInterface fi) const
private
double LDFFinder::ParameterizedRc ( const LDFFitInterface fi) const
private
LDFFinderOG::LDFFinder::REGISTER_MODULE ( "LDFFinderOG"  ,
LDFFinder   
)
VModule::ResultFlag LDFFinder::Run ( evt::Event event)
virtual

Run: invoked once per event.

This method is for things that should be done once per event {You must override this method in your concrete module}

Implements fwk::VModule.

Definition at line 440 of file ZombieGraveyard/LDFFinderOG/LDFFinder.cc.

References degree, fwk::VModule::eContinueLoop, eFinal, eFit, eIntermediate, eObscure, LDFFinderOG::EstimateBetaGamma(), EstimateLDF(), fwk::VModule::eSuccess, LDFFinderOG::LDFFinder::CurvatureFitInterface::fAxis, LDFFinderOG::LDFFinder::LDFFitInterface::fBeta, LDFFinderOG::LDFFinder::LDFFitInterface::fCore, LDFFinderOG::LDFFinder::CurvatureFitInterface::fCore, fCoreType, LDFFinderOG::LDFFinder::CurvatureFitInterface::fct0, LDFFinderOG::LDFFinder::CurvatureFitInterface::fct0Err, LDFFinderOG::LDFFinder::LDFFitInterface::fFixedBeta, LDFFinderOG::LDFFinder::LDFFitInterface::fFixedGamma, LDFFinderOG::LDFFinder::CurvatureFitInterface::fFixedRc, LDFFinderOG::LDFFinder::LDFFitInterface::fGamma, fgBarycenter, fgBaryTime, fgCurrentSEvent, fgFixLDF, fgLDFType, fgLocalCS, fgLowerLimit, fgShowerAxis, fgUseSilentStations, LDFFinderOG::RoptFit::Fit(), FitCurvatureDriver(), FitLDF(), FixBeta(), FixCore(), FixGamma(), LDFFinderOG::LDFFinder::Stage3::fMaxAxisAngleDifference, LDFFinderOG::LDFFinder::LDFFitInterface::fMaxChi2, fMaxChi2, LDFFinderOG::LDFFinder::Stage1::fMaxChi2, fMaxTheta, LDFFinderOG::LDFFinder::Stage3::fMinNumberForFullCurvatureFit, LDFFinderOG::LDFFinder::Stage0::fMinNumberOfStations, LDFFinderOG::LDFFinder::Stage1::fMinNumberOfStations, LDFFinderOG::LDFFinder::Stage3::fMinNumberOfStations, LDFFinderOG::LDFFinder::Stage2::fMinNumberRelaxBeta, LDFFinderOG::LDFFinder::Stage2::fMinNumberRelaxGamma, fMinuitOutput, LDFFinderOG::LDFFinder::CurvatureFitInterface::fRc, LDFFinderOG::LDFFinder::CurvatureFitInterface::fRcErr, LDFFinderOG::LDFFinder::LDFFitInterface::fRecStage, fRoptN, LDFFinderOG::LDFFinder::LDFFitInterface::fS1000, fStage0, fStage1, fStage2, fStage3, LDFFinderOG::LDFFinder::LDFFitInterface::fUseSilents, fUseSilentStations, evt::ShowerSRecData::GetAxis(), evt::ShowerSRecData::GetBarycenter(), evt::ShowerSRecData::GetBarycenterCoordinateSystem(), evt::ShowerSRecData::GetBarytime(), evt::ShowerSRecData::GetCorePosition(), utl::BasicVector< HepVector >::GetCosTheta(), utl::Vector::GetMag(), utl::BasicVector< HepVector >::GetPhi(), utl::BasicVector< HepVector >::GetTheta(), sevt::EventTrigger::GetTime(), sevt::SEvent::GetTrigger(), evt::Event::HasSEvent(), INFO, utl::InverseNormalCDF(), utl::kilometer, galactic::meter, utl::nanosecond, utl::NormalCDF(), OUT, OutputResults(), G4StationSimulatorOG::p, ParameterizedRc(), evt::ShowerSRecData::SetAngleErrors(), evt::ShowerSRecData::SetAxis(), evt::ShowerSRecData::SetBetaSystematics(), evt::ShowerSRecData::SetCorePosition(), evt::ShowerSRecData::SetCoreTime(), evt::ShowerSRecData::SetCurvature(), evt::ShowerSRecData::SetLDFOptimumDistance(), SetRecData(), evt::ShowerSRecData::SetShowerSizeSystematics(), LDFFinderOG::SigmaForFixedBeta(), sevt::SEvent::StationsBegin(), sevt::SEvent::StationsEnd(), and LDFFinderOG::ToString().

ResultFlag fwk::VModule::RunWithTiming ( evt::Event event)
inlineinherited
void LDFFinder::SetRecData ( evt::Event event,
const LDFFitInterface lfi,
const CurvatureFitInterface cfi 
) const
private

Definition at line 1108 of file ZombieGraveyard/LDFFinderOG/LDFFinder.cc.

References utl::TabulatedFunctionErrors::Clear(), eFit, utl::wcd::eGAP2012_012, LDFFinderOG::LDFFinder::CurvatureFitInterface::fAxis, LDFFinderOG::LDFFinder::LDFFitInterface::fBeta, LDFFinderOG::LDFFinder::LDFFitInterface::fBetaErr, LDFFinderOG::LDFFinder::LDFFitInterface::fChi2, LDFFinderOG::LDFFinder::LDFFitInterface::fCore, LDFFinderOG::LDFFinder::LDFFitInterface::fCoreErr, fCoreType, LDFFinderOG::LDFFinder::CurvatureFitInterface::fct0, LDFFinderOG::LDFFinder::CurvatureFitInterface::fct0Err, fEnergyConversion, LDFFinderOG::LDFFinder::LDFFitInterface::fErrMatrix, LDFFinderOG::LDFFinder::CurvatureFitInterface::fFixedAxis, LDFFinderOG::LDFFinder::CurvatureFitInterface::fFixedRc, LDFFinderOG::LDFFinder::LDFFitInterface::fGamma, LDFFinderOG::LDFFinder::LDFFitInterface::fGammaErr, fgBaryTime, fgLDFType, fgLocalCS, fgLowerLimit, fgNKGFermiMu, fgNKGFermiTau, fgShowerAxis, LDFFinderOG::LDFFinder::LDFFitInterface::fLikelihood, LDFFinderOG::LDFFinder::LDFFitInterface::fNdof, LDFFinderOG::LDFFinder::CurvatureFitInterface::fRc, LDFFinderOG::LDFFinder::CurvatureFitInterface::fRcErr, LDFFinderOG::LDFFinder::LDFFitInterface::fRecStage, LDFFinderOG::LDFFinder::LDFFitInterface::fS1000, LDFFinderOG::LDFFinder::LDFFitInterface::fS1000Err, LDFFinderOG::LDFFinder::CurvatureFitInterface::fSigmaU2, LDFFinderOG::LDFFinder::CurvatureFitInterface::fSigmaUV, LDFFinderOG::LDFFinder::CurvatureFitInterface::fSigmaV2, utl::Accumulator::Average::GetAverage(), evt::ShowerSRecData::GetAxis(), evt::ShowerSRecData::GetCorePosition(), evt::ShowerSRecData::GetCoreTime(), evt::ShowerSRecData::GetCoreTimeError(), utl::BasicVector< HepVector >::GetCosTheta(), LDFFinderOG::EnergyConversion::GetEnergy(), evt::ShowerSRecData::GetLDF(), utl::Vector::GetMag(), utl::Accumulator::Max< T >::GetMax(), utl::Accumulator::Min< T >::GetMin(), utl::Accumulator::Average::GetN(), utl::BasicVector< HepVector >::GetPhi(), sdet::Station::GetPosition(), sevt::StationRecData::GetSignalStartTime(), utl::Accumulator::SampleStandardDeviation::GetStandardDeviation(), sdet::SDetector::GetStation(), utl::Accumulator::SampleVariance::GetSumOfSquares(), sevt::StationRecData::GetT50(), utl::BasicVector< HepVector >::GetTheta(), sdet::STimeVariance::GetTimeSigma2(), sevt::StationRecData::GetTotalSignal(), utl::BasicVector< HepVector >::GetX(), utl::BasicVector< HepVector >::GetY(), utl::BasicVector< HepVector >::GetZ(), evt::ShowerSRecData::HasLDF(), utl::kilometer, utl::kSpeedOfLight, LDFFinderOG::LDFFunction(), evt::ShowerSRecData::MakeLDF(), galactic::meter, utl::TabulatedFunctionErrors::PushBack(), utl::TransformerConstructor< Policy >::RotationY(), utl::TransformerConstructor< Policy >::RotationZ(), LDFFinderOG::RPerp2(), evt::ShowerSRecData::SetAngleChi2(), evt::ShowerSRecData::SetAngleErrors(), evt::ShowerSRecData::SetAxis(), sevt::StationRecData::SetAzimuthShowerPlane(), evt::ShowerSRecData::SetBeta(), evt::ShowerSRecData::SetCoreError(), evt::ShowerSRecData::SetCorePosition(), evt::ShowerSRecData::SetCoreTime(), evt::ShowerSRecData::SetCorrelationXY(), evt::ShowerSRecData::SetCurvature(), evt::ShowerSRecData::SetEnergy(), evt::ShowerSRecData::SetGamma(), evt::ShowerSRecData::SetLDFChi2(), evt::ShowerSRecData::SetLDFLikelihood(), evt::ShowerSRecData::SetLDFRecStage(), sevt::StationRecData::SetLDFResidual(), evt::ShowerSRecData::SetNKGFermiParameters(), evt::ShowerSRecData::SetNumberOfActiveStations(), sevt::StationRecData::SetResidual(), evt::ShowerSRecData::SetShowerSize(), evt::ShowerSRecData::SetShowerSizeType(), sevt::StationRecData::SetSPDistance(), evt::ShowerSRecData::SetTimeResidualMean(), evt::ShowerSRecData::SetTimeResidualSpread(), sevt::StationRecData::SetTotalSignal(), utl::wcd::SignalUncertaintyFactor(), utl::Sqr(), sqrt(), sevt::SEvent::StationsBegin(), and sevt::SEvent::StationsEnd().

Referenced by Run().

Member Data Documentation

int LDFFinderOG::LDFFinder::fCoreType
private
EnergyConversion LDFFinderOG::LDFFinder::fEnergyConversion
private

Definition at line 194 of file ZombieGraveyard/LDFFinderOG/LDFFinder.h.

Referenced by EstimateEnergy(), Init(), and SetRecData().

Point LDFFinder::fgBarycenter
staticprivate
TimeStamp LDFFinder::fgBaryTime
staticprivate
const SEvent * LDFFinder::fgCurrentSEvent
staticprivate
bool LDFFinder::fgFixLDF
staticprivate

Definition at line 155 of file ZombieGraveyard/LDFFinderOG/LDFFinder.h.

Referenced by LDFFitChi2Fnc(), LDFFitMaxLikeFnc(), and Run().

LDFFunctionType LDFFinder::fgLDFType
static
CoordinateSystemPtr LDFFinder::fgLocalCS
staticprivate
bool LDFFinder::fgLowerLimit
staticprivate

Definition at line 157 of file ZombieGraveyard/LDFFinderOG/LDFFinder.h.

Referenced by LDFFitMaxLikeFnc(), Run(), and SetRecData().

double LDFFinder::fgNKGFermiMu
staticprivate
double LDFFinder::fgNKGFermiTau
staticprivate
double LDFFinder::fgNoRecovery
staticprivate

Definition at line 156 of file ZombieGraveyard/LDFFinderOG/LDFFinder.h.

Referenced by Init(), LDFFitChi2Fnc(), and LDFFitMaxLikeFnc().

Vector LDFFinder::fgShowerAxis
staticprivate
double LDFFinder::fgSilentMaxRadius
staticprivate
double LDFFinder::fgSilentRadiusTransition
staticprivate
double LDFFinder::fgSilentSignalThreshold
staticprivate

Definition at line 154 of file ZombieGraveyard/LDFFinderOG/LDFFinder.h.

Referenced by Init(), and LDFFitChi2Fnc().

bool LDFFinder::fgUseSilentStations
staticprivate
int LDFFinderOG::LDFFinder::fInfoLevel
private

Definition at line 161 of file ZombieGraveyard/LDFFinderOG/LDFFinder.h.

Referenced by Init().

double LDFFinderOG::LDFFinder::fMaxBaryToCoreDistance
private

Definition at line 167 of file ZombieGraveyard/LDFFinderOG/LDFFinder.h.

Referenced by FitLDF(), FixCore(), and Init().

double LDFFinderOG::LDFFinder::fMaxChi2
private

Definition at line 166 of file ZombieGraveyard/LDFFinderOG/LDFFinder.h.

Referenced by Init(), and Run().

double LDFFinderOG::LDFFinder::fMaxTheta
private

Definition at line 164 of file ZombieGraveyard/LDFFinderOG/LDFFinder.h.

Referenced by Init(), and Run().

bool LDFFinderOG::LDFFinder::fMinuitOutput
private
utl::RandomEngine* LDFFinderOG::LDFFinder::fRandomEngine
private

Definition at line 172 of file ZombieGraveyard/LDFFinderOG/LDFFinder.h.

int LDFFinderOG::LDFFinder::fRoptN
private

Definition at line 171 of file ZombieGraveyard/LDFFinderOG/LDFFinder.h.

Referenced by Init(), and Run().

double LDFFinderOG::LDFFinder::fSilentRadiusTransition
private

Definition at line 169 of file ZombieGraveyard/LDFFinderOG/LDFFinder.h.

struct LDFFinderOG::LDFFinder::Stage0 LDFFinderOG::LDFFinder::fStage0
private

Referenced by EstimateLDF(), Init(), and Run().

struct LDFFinderOG::LDFFinder::Stage1 LDFFinderOG::LDFFinder::fStage1
private

Referenced by Init(), and Run().

struct LDFFinderOG::LDFFinder::Stage2 LDFFinderOG::LDFFinder::fStage2
private

Referenced by Init(), and Run().

struct LDFFinderOG::LDFFinder::Stage3 LDFFinderOG::LDFFinder::fStage3
private

Referenced by Init(), and Run().

bool LDFFinderOG::LDFFinder::fUseMaxLike
private

Definition at line 165 of file ZombieGraveyard/LDFFinderOG/LDFFinder.h.

Referenced by FitLDF(), FitLDFDriver(), and Init().

bool LDFFinderOG::LDFFinder::fUseSilentStations
private

Definition at line 168 of file ZombieGraveyard/LDFFinderOG/LDFFinder.h.

Referenced by Init(), and Run().


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

, generated on Tue Sep 26 2023.