![]() |
ATLAS Offline Software
|
#include "AthenaBaseComps/AthCondAlgorithm.h"#include "CaloDetDescr/CaloDetDescrManager.h"#include "CaloIdentifier/CaloCell_ID.h"#include "CaloConditions/CaloNoise.h"#include "CaloIdentifier/CaloGain.h"#include "LArCabling/LArOnOffIdMapping.h"#include "LArElecCalib/ILArShape.h"#include "LArElecCalib/ILArPedestal.h"#include "LArElecCalib/ILArfSampl.h"#include "LArElecCalib/ILArMinBias.h"#include "LArElecCalib/ILArAutoCorr.h"#include "LArRawConditions/LArADC2MeV.h"#include "LArRawConditions/LArOFC.h"#include "LArElecCalib/ILArNoise.h"Go to the source code of this file.
Classes | |
| class | CaloNoiseCompCondAlg |
| algo to compute electronic and pile up noise in MeV @ based on old CaloNoiseTool, only WorkMode=1 implemented More... | |
Namespaces | |
| namespace | CLHEP |
| STD'S. | |
Typedefs | |
| typedef std::vector< std::vector< float > > | VectorContainer |
| typedef std::vector< float > | SingleContainer |
Enumerations | |
| enum | VALUE_ENUM { BADVALUE =-999 , BADVALUE_TO_RETURN =-1 } |
| enum | DATABASE_ENUM { iADC2MEV , iSIGMANOISE , iAUTOCORR , iOFC , iSHAPE , iMINBIASRMS , iFSAMPL , nDATABASE } |
| enum | CalorimeterNoiseType { ELECTRONICNOISE = 100 , ELECTRONICNOISE_HIGHESTGAIN = 101 , PILEUPNOISE = 200 , PILEUPNOISE_HIGHESTGAIN = 201 , TOTALNOISE = 300 , TOTALNOISE_HIGHESTGAIN = 301 , JOBOPTION = 9999 } |
| enum | CalorimeterNoiseSymmetryHandling { ONLYRIGHTSIDEINTEGRATION = 0 , ABSOLUTEENERGYVALUE = 1 , MAXSYMMETRYHANDLING = 9999 } |
| enum | CaloNumbers { NCALOS = 4 , NGAINS = 3 } |
| typedef std::vector< float > SingleContainer |
Definition at line 34 of file CaloNoiseCompCondAlg.h.
| typedef std::vector< std::vector<float> > VectorContainer |
Definition at line 33 of file CaloNoiseCompCondAlg.h.
| enum CaloNumbers |
| Enumerator | |
|---|---|
| NCALOS | |
| NGAINS | |
Definition at line 53 of file CaloNoiseCompCondAlg.h.
| Enumerator | |
|---|---|
| ONLYRIGHTSIDEINTEGRATION | |
| ABSOLUTEENERGYVALUE | |
| MAXSYMMETRYHANDLING | |
Definition at line 48 of file CaloNoiseCompCondAlg.h.
| enum CalorimeterNoiseType |
| Enumerator | |
|---|---|
| ELECTRONICNOISE | |
| ELECTRONICNOISE_HIGHESTGAIN | |
| PILEUPNOISE | |
| PILEUPNOISE_HIGHESTGAIN | |
| TOTALNOISE | |
| TOTALNOISE_HIGHESTGAIN | |
| JOBOPTION | |
Definition at line 39 of file CaloNoiseCompCondAlg.h.
| enum DATABASE_ENUM |
| Enumerator | |
|---|---|
| iADC2MEV | |
| iSIGMANOISE | |
| iAUTOCORR | |
| iOFC | |
| iSHAPE | |
| iMINBIASRMS | |
| iFSAMPL | |
| nDATABASE | |
Definition at line 37 of file CaloNoiseCompCondAlg.h.
| enum VALUE_ENUM |