![]() |
ATLAS Offline Software
|
#include <TileRawChNoiseCalibAlg.h>
Public Member Functions | |
| TileRawChNoiseCalibAlg (const std::string &name, ISvcLocator *pSvcLocator) | |
| virtual | ~TileRawChNoiseCalibAlg () |
| virtual StatusCode | initialize () override |
| Only array initialization is done here All the helpers initialization is done at the first event. | |
| virtual StatusCode | execute () override |
| Main method. | |
| virtual StatusCode | finalize () override |
| The output ntuple is created in finalize method. | |
| void | finalRawCh (int rctype) |
| finalDigits is called during finalize Here the average Ped, lfn, hfn and covariance are calculated. | |
| virtual StatusCode | sysInitialize () override |
| Override sysInitialize. | |
| virtual const DataObjIDColl & | extraOutputDeps () const override |
| Return the list of extra output dependencies. | |
| ServiceHandle< StoreGateSvc > & | evtStore () |
The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc. | |
| const ServiceHandle< StoreGateSvc > & | detStore () const |
The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc. | |
| virtual StatusCode | sysStart () override |
| Handle START transition. | |
| virtual std::vector< Gaudi::DataHandle * > | inputHandles () const override |
| Return this algorithm's input handles. | |
| virtual std::vector< Gaudi::DataHandle * > | outputHandles () const override |
| Return this algorithm's output handles. | |
| Gaudi::Details::PropertyBase & | declareProperty (Gaudi::Property< T, V, H > &t) |
| void | updateVHKA (Gaudi::Details::PropertyBase &) |
| MsgStream & | msg () const |
| bool | msgLvl (const MSG::Level lvl) const |
Static Public Attributes | |
| static constexpr int | NSIDES = 2 |
| static constexpr int | NSAMPLES = 4 |
| static constexpr int | NTOWERS = 17 |
| static constexpr int | NCELLGAINS = 6 |
| static constexpr int | NPARS = 8 |
Protected Member Functions | |
| void | renounceArray (SG::VarHandleKeyArray &handlesArray) |
| remove all handles from I/O resolution | |
| std::enable_if_t< std::is_void_v< std::result_of_t< decltype(&T::renounce)(T)> > &&!std::is_base_of_v< SG::VarHandleKeyArray, T > &&std::is_base_of_v< Gaudi::DataHandle, T >, void > | renounce (T &h) |
| void | extraDeps_update_handler (Gaudi::Details::PropertyBase &ExtraDeps) |
| Add StoreName to extra input/output deps as needed. | |
Private Types | |
| enum | RCtype { Fit = 0 , Fixed = 1 , Opt = 2 , Dsp = 3 , OF1 = 4 , MF = 5 , RCnum = 6 } |
| enum | trigtype { Unknown = 0 , Phys = 1 , Las = 2 , Ped = 4 , Cis = 8 } |
| enum | CELL_CHANNEL { OUTER_MBTS_CHANNEL = 4 , SPECIAL_C10_CHANNEL = 5 , E1_CHANNEL = 12 } |
| using | Tile = TileCalibUtils |
| typedef ServiceHandle< StoreGateSvc > | StoreGateSvc_t |
Private Member Functions | |
| StatusCode | FirstEvt_initialize () |
| Initialization done at the first event. | |
| StatusCode | fillRawChannels (const TileDQstatus *dqStatus, const SG::ReadHandleKey< TileRawChannelContainer > &rawChannelContainerKey, RCtype rctype) |
| void | StoreRunInfo (const TileDQstatus *dqStatus) |
| StoreRunInfo is called only during the first event. | |
| void | fillCell (TileRawChannelUnit::UNIT RChUnit, const TileRawChannel *rch) |
| void | fillCellHist () |
| fillCellHist is called during execute It fill the HGHG and LGLG combination of the cell energies | |
| void | finalCell () |
| finalCell is called during finalize Here the cell variables of the ntuple are filled. | |
| void | deleteHist () |
| deleteHist is called at finalize to ensure that no histogram goes into any output root file delete [] didn't work properly | |
| int | digiChannel2PMT (int ros, int chan) |
| Gaudi::Details::PropertyBase & | declareGaudiProperty (Gaudi::Property< T, V, H > &hndl, const SG::VarHandleKeyType &) |
| specialization for handling Gaudi::Property<SG::VarHandleKey> | |
Static Private Member Functions | |
| static void | doFit (TH1F *h, float *gp, bool invert=true) |
| doFit performs the double gaussian fit of the amplitude | |
Definition at line 47 of file TileRawChNoiseCalibAlg.h.
|
privateinherited |
Definition at line 388 of file AthCommonDataStore.h.
|
private |
Definition at line 168 of file TileRawChNoiseCalibAlg.h.
|
private |
| Enumerator | |
|---|---|
| OUTER_MBTS_CHANNEL | |
| SPECIAL_C10_CHANNEL | |
| E1_CHANNEL | |
Definition at line 243 of file TileRawChNoiseCalibAlg.h.
|
private |
| Enumerator | |
|---|---|
| Fit | |
| Fixed | |
| Opt | |
| Dsp | |
| OF1 | |
| MF | |
| RCnum | |
Definition at line 67 of file TileRawChNoiseCalibAlg.h.
|
private |
| Enumerator | |
|---|---|
| Unknown | |
| Phys | |
| Las | |
| Ped | |
| Cis | |
Definition at line 71 of file TileRawChNoiseCalibAlg.h.
| TileRawChNoiseCalibAlg::TileRawChNoiseCalibAlg | ( | const std::string & | name, |
| ISvcLocator * | pSvcLocator ) |
Definition at line 50 of file TileRawChNoiseCalibAlg.cxx.
|
virtual |
Definition at line 143 of file TileRawChNoiseCalibAlg.cxx.
|
inlineprivateinherited |
specialization for handling Gaudi::Property<SG::VarHandleKey>
Definition at line 156 of file AthCommonDataStore.h.
|
inlineinherited |
Definition at line 145 of file AthCommonDataStore.h.
|
private |
deleteHist is called at finalize to ensure that no histogram goes into any output root file delete [] didn't work properly
Definition at line 1117 of file TileRawChNoiseCalibAlg.cxx.
|
inlineinherited |
The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc.
Definition at line 95 of file AthCommonDataStore.h.
|
inlineprivate |
Definition at line 89 of file TileRawChNoiseCalibAlg.h.
|
staticprivate |
doFit performs the double gaussian fit of the amplitude
Definition at line 992 of file TileRawChNoiseCalibAlg.cxx.
|
inlineinherited |
The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc.
Definition at line 85 of file AthCommonDataStore.h.
|
overridevirtual |
Main method.
Definition at line 316 of file TileRawChNoiseCalibAlg.cxx.
|
protectedinherited |
Add StoreName to extra input/output deps as needed.
use the logic of the VarHandleKey to parse the DataObjID keys supplied via the ExtraInputs and ExtraOuputs Properties to add the StoreName if it's not explicitly given
|
overridevirtualinherited |
Return the list of extra output dependencies.
This list is extended to include symlinks implied by inheritance relations.
Definition at line 50 of file AthAlgorithm.cxx.
|
private |
Definition at line 863 of file TileRawChNoiseCalibAlg.cxx.
|
private |
fillCellHist is called during execute It fill the HGHG and LGLG combination of the cell energies
Definition at line 1087 of file TileRawChNoiseCalibAlg.cxx.
|
private |
Definition at line 711 of file TileRawChNoiseCalibAlg.cxx.
|
private |
finalCell is called during finalize Here the cell variables of the ntuple are filled.
Definition at line 948 of file TileRawChNoiseCalibAlg.cxx.
|
overridevirtual |
The output ntuple is created in finalize method.
Definition at line 360 of file TileRawChNoiseCalibAlg.cxx.
| void TileRawChNoiseCalibAlg::finalRawCh | ( | int | rctype | ) |
finalDigits is called during finalize Here the average Ped, lfn, hfn and covariance are calculated.
Definition at line 797 of file TileRawChNoiseCalibAlg.cxx.
|
private |
Initialization done at the first event.
All the helpers and data dependent variables are initialized here
Definition at line 272 of file TileRawChNoiseCalibAlg.cxx.
|
overridevirtual |
Only array initialization is done here All the helpers initialization is done at the first event.
Definition at line 197 of file TileRawChNoiseCalibAlg.cxx.
|
overridevirtualinherited |
Return this algorithm's input handles.
We override this to include handle instances from key arrays if they have not yet been declared. See comments on updateVHKA.
|
inlineinherited |
Definition at line 24 of file AthCommonMsg.h.
|
inlineinherited |
Definition at line 30 of file AthCommonMsg.h.
|
overridevirtualinherited |
Return this algorithm's output handles.
We override this to include handle instances from key arrays if they have not yet been declared. See comments on updateVHKA.
|
inlineprotectedinherited |
Definition at line 380 of file AthCommonDataStore.h.
|
inlineprotectedinherited |
remove all handles from I/O resolution
Definition at line 364 of file AthCommonDataStore.h.
|
private |
StoreRunInfo is called only during the first event.
Definition at line 630 of file TileRawChNoiseCalibAlg.cxx.
|
overridevirtualinherited |
Override sysInitialize.
Override sysInitialize from the base class.
Loop through all output handles, and if they're WriteCondHandles, automatically register them and this Algorithm with the CondSvc
Scan through all outputHandles, and if they're WriteCondHandles, register them with the CondSvc
Reimplemented from AthCommonDataStore< AthCommonMsg< Algorithm > >.
Reimplemented in AthAnalysisAlgorithm, AthFilterAlgorithm, AthHistogramAlgorithm, and PyAthena::Alg.
Definition at line 66 of file AthAlgorithm.cxx.
|
overridevirtualinherited |
Handle START transition.
We override this in order to make sure that conditions handle keys can cache a pointer to the conditions container.
|
inlineinherited |
Definition at line 308 of file AthCommonDataStore.h.
|
private |
Definition at line 115 of file TileRawChNoiseCalibAlg.h.
|
private |
Definition at line 160 of file TileRawChNoiseCalibAlg.h.
|
private |
Definition at line 116 of file TileRawChNoiseCalibAlg.h.
|
private |
Definition at line 94 of file TileRawChNoiseCalibAlg.h.
|
private |
Definition at line 231 of file TileRawChNoiseCalibAlg.h.
|
private |
Definition at line 178 of file TileRawChNoiseCalibAlg.h.
|
private |
Definition at line 127 of file TileRawChNoiseCalibAlg.h.
|
private |
Definition at line 184 of file TileRawChNoiseCalibAlg.h.
|
privateinherited |
Pointer to StoreGate (detector store by default)
Definition at line 393 of file AthCommonDataStore.h.
|
private |
Definition at line 159 of file TileRawChNoiseCalibAlg.h.
|
private |
Definition at line 99 of file TileRawChNoiseCalibAlg.h.
|
private |
Definition at line 96 of file TileRawChNoiseCalibAlg.h.
|
private |
Definition at line 97 of file TileRawChNoiseCalibAlg.h.
|
private |
Definition at line 101 of file TileRawChNoiseCalibAlg.h.
|
private |
Definition at line 100 of file TileRawChNoiseCalibAlg.h.
|
private |
Definition at line 98 of file TileRawChNoiseCalibAlg.h.
|
private |
Definition at line 124 of file TileRawChNoiseCalibAlg.h.
|
private |
Definition at line 177 of file TileRawChNoiseCalibAlg.h.
|
private |
Definition at line 164 of file TileRawChNoiseCalibAlg.h.
|
private |
Definition at line 227 of file TileRawChNoiseCalibAlg.h.
|
private |
Definition at line 232 of file TileRawChNoiseCalibAlg.h.
|
private |
Definition at line 229 of file TileRawChNoiseCalibAlg.h.
|
private |
Definition at line 228 of file TileRawChNoiseCalibAlg.h.
|
private |
Definition at line 129 of file TileRawChNoiseCalibAlg.h.
|
private |
Definition at line 175 of file TileRawChNoiseCalibAlg.h.
|
private |
Definition at line 174 of file TileRawChNoiseCalibAlg.h.
|
privateinherited |
Pointer to StoreGate (event store by default)
Definition at line 390 of file AthCommonDataStore.h.
|
privateinherited |
Definition at line 79 of file AthAlgorithm.h.
|
private |
Definition at line 154 of file TileRawChNoiseCalibAlg.h.
|
private |
Definition at line 112 of file TileRawChNoiseCalibAlg.h.
|
private |
Definition at line 162 of file TileRawChNoiseCalibAlg.h.
|
private |
Definition at line 161 of file TileRawChNoiseCalibAlg.h.
|
private |
Definition at line 179 of file TileRawChNoiseCalibAlg.h.
|
private |
Definition at line 237 of file TileRawChNoiseCalibAlg.h.
|
private |
Definition at line 241 of file TileRawChNoiseCalibAlg.h.
|
private |
Definition at line 240 of file TileRawChNoiseCalibAlg.h.
|
private |
Definition at line 238 of file TileRawChNoiseCalibAlg.h.
|
private |
Definition at line 239 of file TileRawChNoiseCalibAlg.h.
|
private |
Definition at line 225 of file TileRawChNoiseCalibAlg.h.
|
private |
Definition at line 233 of file TileRawChNoiseCalibAlg.h.
|
private |
Definition at line 236 of file TileRawChNoiseCalibAlg.h.
|
private |
Definition at line 234 of file TileRawChNoiseCalibAlg.h.
|
private |
Definition at line 235 of file TileRawChNoiseCalibAlg.h.
|
private |
Definition at line 170 of file TileRawChNoiseCalibAlg.h.
|
private |
Definition at line 171 of file TileRawChNoiseCalibAlg.h.
|
private |
Definition at line 186 of file TileRawChNoiseCalibAlg.h.
|
private |
Definition at line 103 of file TileRawChNoiseCalibAlg.h.
|
private |
Definition at line 107 of file TileRawChNoiseCalibAlg.h.
|
private |
Definition at line 166 of file TileRawChNoiseCalibAlg.h.
|
private |
Definition at line 187 of file TileRawChNoiseCalibAlg.h.
|
private |
Definition at line 183 of file TileRawChNoiseCalibAlg.h.
|
private |
Definition at line 153 of file TileRawChNoiseCalibAlg.h.
|
private |
Definition at line 165 of file TileRawChNoiseCalibAlg.h.
|
private |
Definition at line 163 of file TileRawChNoiseCalibAlg.h.
|
private |
Definition at line 222 of file TileRawChNoiseCalibAlg.h.
|
private |
Definition at line 140 of file TileRawChNoiseCalibAlg.h.
|
private |
Definition at line 134 of file TileRawChNoiseCalibAlg.h.
|
private |
Definition at line 131 of file TileRawChNoiseCalibAlg.h.
|
private |
Definition at line 146 of file TileRawChNoiseCalibAlg.h.
|
private |
Definition at line 143 of file TileRawChNoiseCalibAlg.h.
|
private |
Definition at line 137 of file TileRawChNoiseCalibAlg.h.
|
private |
Definition at line 195 of file TileRawChNoiseCalibAlg.h.
|
private |
Definition at line 201 of file TileRawChNoiseCalibAlg.h.
|
private |
Definition at line 209 of file TileRawChNoiseCalibAlg.h.
|
private |
Definition at line 213 of file TileRawChNoiseCalibAlg.h.
|
private |
Definition at line 212 of file TileRawChNoiseCalibAlg.h.
|
private |
Definition at line 210 of file TileRawChNoiseCalibAlg.h.
|
private |
Definition at line 211 of file TileRawChNoiseCalibAlg.h.
|
private |
Definition at line 205 of file TileRawChNoiseCalibAlg.h.
|
private |
Definition at line 208 of file TileRawChNoiseCalibAlg.h.
|
private |
Definition at line 206 of file TileRawChNoiseCalibAlg.h.
|
private |
Definition at line 207 of file TileRawChNoiseCalibAlg.h.
|
private |
Definition at line 198 of file TileRawChNoiseCalibAlg.h.
|
private |
Definition at line 193 of file TileRawChNoiseCalibAlg.h.
|
private |
Definition at line 199 of file TileRawChNoiseCalibAlg.h.
|
private |
Definition at line 202 of file TileRawChNoiseCalibAlg.h.
|
private |
Definition at line 203 of file TileRawChNoiseCalibAlg.h.
|
private |
Definition at line 196 of file TileRawChNoiseCalibAlg.h.
|
private |
Definition at line 194 of file TileRawChNoiseCalibAlg.h.
|
private |
Definition at line 200 of file TileRawChNoiseCalibAlg.h.
|
private |
Definition at line 197 of file TileRawChNoiseCalibAlg.h.
|
private |
Definition at line 176 of file TileRawChNoiseCalibAlg.h.
|
private |
Definition at line 188 of file TileRawChNoiseCalibAlg.h.
|
private |
Definition at line 223 of file TileRawChNoiseCalibAlg.h.
|
private |
Definition at line 102 of file TileRawChNoiseCalibAlg.h.
|
private |
Definition at line 221 of file TileRawChNoiseCalibAlg.h.
|
private |
Definition at line 122 of file TileRawChNoiseCalibAlg.h.
|
private |
Definition at line 119 of file TileRawChNoiseCalibAlg.h.
|
private |
Definition at line 118 of file TileRawChNoiseCalibAlg.h.
|
private |
Definition at line 125 of file TileRawChNoiseCalibAlg.h.
|
private |
Definition at line 120 of file TileRawChNoiseCalibAlg.h.
|
private |
Definition at line 181 of file TileRawChNoiseCalibAlg.h.
|
private |
Definition at line 224 of file TileRawChNoiseCalibAlg.h.
|
private |
Definition at line 155 of file TileRawChNoiseCalibAlg.h.
|
private |
Definition at line 189 of file TileRawChNoiseCalibAlg.h.
|
private |
Definition at line 105 of file TileRawChNoiseCalibAlg.h.
|
private |
Definition at line 110 of file TileRawChNoiseCalibAlg.h.
|
privateinherited |
Definition at line 399 of file AthCommonDataStore.h.
|
privateinherited |
Definition at line 398 of file AthCommonDataStore.h.
|
private |
Definition at line 185 of file TileRawChNoiseCalibAlg.h.
|
private |
Definition at line 182 of file TileRawChNoiseCalibAlg.h.
|
staticconstexpr |
Definition at line 53 of file TileRawChNoiseCalibAlg.h.
|
staticconstexpr |
Definition at line 54 of file TileRawChNoiseCalibAlg.h.
|
staticconstexpr |
Definition at line 51 of file TileRawChNoiseCalibAlg.h.
|
staticconstexpr |
Definition at line 50 of file TileRawChNoiseCalibAlg.h.
|
staticconstexpr |
Definition at line 52 of file TileRawChNoiseCalibAlg.h.