  | 
  
    ATLAS Offline Software
    
   | 
 
 
 
 
Go to the documentation of this file.
    5 #ifndef TILECONDITIONS_TILESAMPLINGFRACTIONCONDALG_H 
    6 #define TILECONDITIONS_TILESAMPLINGFRACTIONCONDALG_H 
   34                         << 
") is not compatible with version used to calculate Tile SF (" << g4Version / 100 << 
")");
 
   35           return StatusCode::FAILURE;
 
   38       return StatusCode::SUCCESS;
 
   47         "G4 simulation version to check compatibility with version used to calculate Tile SF (DB), (-1 => not check)"};
 
   51 #endif // TILECONDITIONS_TILESAMPLINGFRACTIONCONDALG_H 
  
Templated condition object to keep TileCalibDrawers.
 
Condition algorithm to prepare Tile conditions object and put it into conditions store.
 
const T * getCalibDrawer(unsigned int drawerIdx) const
Return TileCalibDrawer of type T.
 
Gaudi::Property< float > m_g4Version
Geant4 simulation version to check compatibility with version used to calculate SF (DB)
 
::StatusCode StatusCode
StatusCode definition for legacy code.
 
T getData(unsigned int channel, unsigned int adc, unsigned int idx) const
Returns a single T belonging to a channel/ADC.
 
virtual StatusCode checkData(const TileCalibData< TileCalibDrawerFlt > &calibData) const override
Check compatibility of Geant4 version from input file with version used to calculate SF (DB)