10 #ifndef HERD_PARAMETRICGEOFITREADER_H_ 11 #define HERD_PARAMETRICGEOFITREADER_H_ 13 #ifndef GGSSMARTLOG_H_ 14 #define HERD_PARAMETRICGEOFITREADER_H_UNDEF_LOGGING 18 #include "montecarlo/readers/GGSTRootReader.h" 20 #ifdef HERD_PARAMETRICGEOFITREADER_H_UNDEF_LOGGING 30 #include "core/ObjectWrapper.h" 31 #include "core/RetrievalResult.h" 32 #include "utils/Memory.h" 60 bool IsFitGeoParamsAvailable();
61 RetrievalResult GetFitGeoParamsColl(ObjectWrapper &wrapper);
77 bool m_geoParamsRead =
false;
CssGeoParams.h CssGeoParams class declaration.
Definition: CaloPDCalibrationAlgo.h:24
std::array< int, 4 > SideDetectorFirstVolumeID()
Get the GGS volID of the first volume for each side FIT detector.
Definition: ParametricGeoFitReader.h:69
std::array< int, 4 > m_sideFitFirstVolumeID
Definition: ParametricGeoFitReader.h:75
FitGeoParamsColl m_fitGeoParamsColl
Definition: ParametricGeoFitReader.h:74
FitGeoParams reader class.
Definition: ParametricGeoFitReader.h:56
ParametricGeoFitReader(std::shared_ptr< GGSTRootReader > ggsReader)
Definition: ParametricGeoFitReader.h:58
std::shared_ptr< GGSTRootReader > m_ggsReader
Definition: ParametricGeoFitReader.h:72