|
ATLAS Offline Software
|
#include <LArSC2NtupleEB.h>
|
| LArSC2NtupleEB (const std::string &name, ISvcLocator *pSvcLocator) |
|
virtual StatusCode | initialize () override |
|
virtual StatusCode | execute () override |
|
bool | fillFromIdentifier (const HWIdentifier &id, int C) |
|
const SG::ReadCondHandleKey< LArOnOffIdMapping > & | cablingKey () const |
|
virtual StatusCode | sysInitialize () override |
| Override sysInitialize. More...
|
|
virtual const DataObjIDColl & | extraOutputDeps () const override |
| Return the list of extra output dependencies. More...
|
|
ServiceHandle< StoreGateSvc > & | evtStore () |
| The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc . More...
|
|
const ServiceHandle< StoreGateSvc > & | evtStore () const |
| The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc . More...
|
|
const ServiceHandle< StoreGateSvc > & | detStore () const |
| The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc . More...
|
|
virtual StatusCode | sysStart () override |
| Handle START transition. More...
|
|
virtual std::vector< Gaudi::DataHandle * > | inputHandles () const override |
| Return this algorithm's input handles. More...
|
|
virtual std::vector< Gaudi::DataHandle * > | outputHandles () const override |
| Return this algorithm's output handles. More...
|
|
Gaudi::Details::PropertyBase & | declareProperty (Gaudi::Property< T > &t) |
|
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, SG::VarHandleKey &hndl, const std::string &doc, const SG::VarHandleKeyType &) |
| Declare a new Gaudi property. More...
|
|
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, SG::VarHandleBase &hndl, const std::string &doc, const SG::VarHandleType &) |
| Declare a new Gaudi property. More...
|
|
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, SG::VarHandleKeyArray &hndArr, const std::string &doc, const SG::VarHandleKeyArrayType &) |
|
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, T &property, const std::string &doc, const SG::NotHandleType &) |
| Declare a new Gaudi property. More...
|
|
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, T &property, const std::string &doc="none") |
| Declare a new Gaudi property. More...
|
|
void | updateVHKA (Gaudi::Details::PropertyBase &) |
|
MsgStream & | msg () const |
|
MsgStream & | msg (const MSG::Level lvl) const |
|
bool | msgLvl (const MSG::Level lvl) const |
|
|
Gaudi::Property< unsigned int > | m_scNet {this, "scNet", 5, "number of energies from raw"} |
|
Gaudi::Property< unsigned int > | m_recoNet {this, "recoNet", 5, "number of energies from reco"} |
|
Gaudi::Property< bool > | m_fillBCID {this, "FillBCID", false, "if to fill BCID"} |
|
Gaudi::Property< float > | m_eCut {this, "EnergyCut", 0., "when to fll"} |
|
NTuple::Item< unsigned long long > | m_IEvent |
|
NTuple::Item< short > | m_bcid |
|
NTuple::Matrix< float > | m_energyVec_ET |
|
NTuple::Matrix< float > | m_bcidVec_ET |
|
NTuple::Matrix< bool > | m_saturVec_ET |
|
NTuple::Matrix< bool > | m_passVec_ET |
|
NTuple::Matrix< float > | m_energyVec_Reco |
|
NTuple::Matrix< float > | m_tauVec_Reco |
|
NTuple::Matrix< float > | m_bcidVec_Reco |
|
NTuple::Matrix< bool > | m_passVec_Reco |
|
NTuple::Matrix< bool > | m_saturVec_Reco |
|
NTuple::Matrix< float > | m_ROD_energy |
|
NTuple::Matrix< float > | m_ROD_time |
|
NTuple::Matrix< float > | m_ROD_id |
|
SG::ReadHandleKey< LArRawSCContainer > | m_sccontKey {this, "EnergyContainerKey", "", "key for LArRawSCContainer from bytestream"} |
|
SG::ReadHandleKey< LArRawSCContainer > | m_reccontKey {this, "RecoContainerKey", "", "key for LArRawSCContainer reconstructed from digits"} |
|
SG::ReadHandleKey< LArRawChannelContainer > | m_rawcontKey {this, "RawChanContainerKey", "", "key for LArRawChannelsContainer"} |
|
SG::ReadHandleKey< xAOD::EventInfo > | m_evtInfoKey { this, "EventInfoKey", "EventInfo", "SG for EventInfo Key" } |
|
SG::ReadCondHandleKey< LArOnOffIdMapping > | m_cablingKeyAdditional {this,"CablingKeyAdditional","LArOnOffIdMap","SG Key of LArOnOffIdMapping object for standard cells"} |
|
ToolHandle< ICaloSuperCellIDTool > | m_scidtool {this, "CaloSuperCellIDTool", "CaloSuperCellIDTool", "Offline / SuperCell ID mapping tool"} |
|
Gaudi::Property< bool > | m_addBC {this, "AddBadChannelInfo", true, "dump BadChan info ?"} |
|
Gaudi::Property< bool > | m_addFEBTemp {this, "AddFEBTempInfo", false, "dump FEB temperature info ?"} |
|
Gaudi::Property< bool > | m_isSC {this, "isSC", false, "are we working with SC?"} |
|
Gaudi::Property< bool > | m_isFlat {this, "isFlat", false, "are we working with Flat conditions ?"} |
|
Gaudi::Property< bool > | m_OffId {this, "OffId", false, "dump also offline ID ?"} |
|
Gaudi::Property< bool > | m_addHash {this, "AddHash", false, "add also ID hash info ?"} |
|
Gaudi::Property< bool > | m_addCalib {this, "AddCalib", false, "add also calib line info info ?"} |
|
Gaudi::Property< bool > | m_realgeom {this, "RealGeometry", false, "add real geometry values ?"} |
|
Gaudi::Property< bool > | m_expandId {this,"ExpandId", true ,"add online Id decoded fields ?"} |
|
std::string | m_ntpath |
|
std::string | m_ntTitle |
|
NTuple::Tuple * | m_nt |
|
NTuple::Array< double > | m_detector |
|
NTuple::Array< double > | m_region |
|
NTuple::Array< double > | m_layer |
|
NTuple::Array< double > | m_eta |
|
NTuple::Array< double > | m_phi |
|
NTuple::Array< double > | m_onlChanId |
|
NTuple::Array< double > | m_oflChanId |
|
NTuple::Array< double > | m_pos_neg |
|
NTuple::Array< double > | m_barrel_ec |
|
NTuple::Array< double > | m_FT |
|
NTuple::Array< double > | m_slot |
|
NTuple::Array< double > | m_channel |
|
NTuple::Array< double > | m_calibLine |
|
NTuple::Array< double > | m_badChanWord |
|
NTuple::Array< double > | m_isConnected |
|
NTuple::Array< double > | m_chanHash |
|
NTuple::Array< double > | m_febHash |
|
NTuple::Array< double > | m_oflHash |
|
NTuple::Array< float > | m_reta |
|
NTuple::Array< float > | m_rphi |
|
NTuple::Array< float > | m_FEBTemp1 |
|
NTuple::Array< float > | m_FEBTemp2 |
|
const int | m_SC = 34048 |
|
StoreGateSvc * | m_detStore |
|
const LArEM_Base_ID * | m_emId |
|
const LArHEC_Base_ID * | m_hecId |
|
const LArFCAL_Base_ID * | m_fcalId |
|
const LArOnlineID_Base * | m_onlineId |
|
const CaloCell_Base_ID * | m_caloId |
|
ToolHandle< ILArFEBTempTool > | m_FEBTempTool |
|
SG::ReadCondHandleKey< LArOnOffIdMapping > | m_cablingKey {this,"CablingKey","LArOnOffIdMap","SG Key of LArOnOffIdMapping object"} |
|
SG::ReadCondHandleKey< LArOnOffIdMapping > | m_cablingSCKey {this,"CablingSCKey","LArOnOffIdMapSC","SG Key of LArOnOffIdMapping object"} |
|
SG::ReadCondHandleKey< LArBadChannelCont > | m_BCKey {this, "BadChanKey", "LArBadChannel", "SG bad channels key"} |
|
SG::ReadCondHandleKey< LArCalibLineMapping > | m_calibMapKey {this,"CalibMapKey","LArCalibLineMap","SG Key of calib line mapping object"} |
|
SG::ReadCondHandleKey< LArCalibLineMapping > | m_calibMapSCKey {this,"CalibMapSCKey","LArCalibIdMapSC","SG Key of calib line mapping object"} |
|
SG::ReadCondHandleKey< CaloDetDescrManager > | m_caloMgrKey {this, "CaloDetDescrManager", "CaloDetDescrManager", "SG Key for CaloDetDescrManager in the Condition Store"} |
|
SG::ReadCondHandleKey< CaloSuperCellDetDescrManager > | m_caloSuperCellMgrKey |
|
Definition at line 18 of file LArSC2NtupleEB.h.
◆ rawChanMap_t
◆ rawSCMap_t
◆ StoreGateSvc_t
◆ anonymous enum
◆ LArSC2NtupleEB()
LArSC2NtupleEB::LArSC2NtupleEB |
( |
const std::string & |
name, |
|
|
ISvcLocator * |
pSvcLocator |
|
) |
| |
◆ cablingKey()
◆ declareGaudiProperty() [1/4]
specialization for handling Gaudi::Property<SG::VarHandleKeyArray>
Definition at line 170 of file AthCommonDataStore.h.
175 hndl.documentation());
◆ declareGaudiProperty() [2/4]
specialization for handling Gaudi::Property<SG::VarHandleKey>
Definition at line 156 of file AthCommonDataStore.h.
161 hndl.documentation());
◆ declareGaudiProperty() [3/4]
specialization for handling Gaudi::Property<SG::VarHandleBase>
Definition at line 184 of file AthCommonDataStore.h.
189 hndl.documentation());
◆ declareGaudiProperty() [4/4]
◆ declareProperty() [1/6]
Declare a new Gaudi property.
- Parameters
-
name | Name of the property. |
hndl | Object holding the property value. |
doc | Documentation string for the property. |
This is the version for types that derive from SG::VarHandleBase
. The property value object is put on the input and output lists as appropriate; then we forward to the base class.
Definition at line 245 of file AthCommonDataStore.h.
250 this->declare(hndl.
vhKey());
251 hndl.
vhKey().setOwner(
this);
253 return PBASE::declareProperty(
name,hndl,
doc);
◆ declareProperty() [2/6]
Declare a new Gaudi property.
- Parameters
-
name | Name of the property. |
hndl | Object holding the property value. |
doc | Documentation string for the property. |
This is the version for types that derive from SG::VarHandleKey
. The property value object is put on the input and output lists as appropriate; then we forward to the base class.
Definition at line 221 of file AthCommonDataStore.h.
229 return PBASE::declareProperty(
name,hndl,
doc);
◆ declareProperty() [3/6]
◆ declareProperty() [4/6]
Declare a new Gaudi property.
- Parameters
-
name | Name of the property. |
property | Object holding the property value. |
doc | Documentation string for the property. |
This is the generic version, for types that do not derive from SG::VarHandleKey
. It just forwards to the base class version of declareProperty
.
Definition at line 333 of file AthCommonDataStore.h.
338 return PBASE::declareProperty(
name, property,
doc);
◆ declareProperty() [5/6]
Declare a new Gaudi property.
- Parameters
-
name | Name of the property. |
property | Object holding the property value. |
doc | Documentation string for the property. |
This dispatches to either the generic declareProperty
or the one for VarHandle/Key/KeyArray.
Definition at line 352 of file AthCommonDataStore.h.
◆ declareProperty() [6/6]
◆ detStore()
◆ evtStore() [1/2]
◆ evtStore() [2/2]
◆ execute()
StatusCode LArSC2NtupleEB::execute |
( |
| ) |
|
|
overridevirtual |
Definition at line 130 of file LArSC2NtupleEB.cxx.
135 const EventContext& ctx = Gaudi::Hive::currentContext();
138 unsigned long long thisevent;
139 unsigned long thisbcid = 0;
142 thisevent =
evt->eventNumber();
144 thisbcid =
evt->bcid();
150 if(!hdlSc.isValid()) {
152 return StatusCode::SUCCESS;
155 etcontainer = &*hdlSc;
163 if(!hdlReco.isValid()) {
165 return StatusCode::SUCCESS;
168 recocontainer = &*hdlReco;
172 if(! (etcontainer || recocontainer)) {
175 return StatusCode::SUCCESS;
182 if(!hdlRaw.isValid()) {
184 return StatusCode::SUCCESS;
187 rawcontainer = &*hdlRaw;
191 unsigned cellCounter=0;
201 rawChannelMap.try_emplace( raw.channelID(), &raw );
213 return StatusCode::FAILURE;
216 cablingROD=*cablingHdlROD;
219 return StatusCode::FAILURE;
227 itercont = etcontainer;
229 secondcont = recocontainer;
230 auto cbiter=secondcont->
cbegin();
231 auto ceiter=secondcont->
cend();
232 for ( ; cbiter<ceiter; ++cbiter) {
233 rawSuperCellMap.try_emplace( (*cbiter)->hardwareID(), *cbiter );
237 if(recocontainer) itercont = recocontainer;
241 auto cbsciter=itercont->
cbegin();
242 auto cesciter=itercont->
cend();
243 for( ; cbsciter<cesciter; ++cbsciter ){
250 secondSC = rawSuperCellMap[iterSC->
hardwareID()];
256 for(
unsigned i=0;
i<truenet;++
i){
275 if(etcontainer && recocontainer) {
277 if(truenet > secondSC->
energies().size()) truenet=secondSC->
energies().size();
278 for(
unsigned i=0;
i<truenet;++
i){
301 ATH_MSG_DEBUG(
"LArSC2NtupleEB has finished, filled"<< cellCounter <<
" cells" );
302 return StatusCode::SUCCESS;
◆ extraDeps_update_handler()
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
◆ extraOutputDeps()
const DataObjIDColl & AthAlgorithm::extraOutputDeps |
( |
| ) |
const |
|
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.
57 return Algorithm::extraOutputDeps();
◆ fillFromIdentifier()
Definition at line 280 of file LArCond2NtupleBaseEB.cxx.
341 const std::vector<HWIdentifier>& calibLineV=clCont->
calibSlotLine(hwid);
362 bool connected=
false;
368 dd_man = *caloSuperCellMgrHandle;
372 dd_man = *caloMgrHandle;
377 if (
cabling->isOnlineConnected(hwid)) {
425 FEBTemp::const_iterator itb = tv.begin();
426 FEBTemp::const_iterator ite = tv.end();
427 for(;itb!=ite;++itb) {
◆ fillRODEnergy()
Definition at line 305 of file LArSC2NtupleEB.cxx.
309 const std::vector<Identifier> cellIds =
m_scidtool->superCellToOfflineID(offId);
310 for(
unsigned i=0;
i<16; ++
i) {
315 for(
unsigned i=0;
i<cellIds.size(); ++
i ) {
317 if (hwcell.
is_valid() && (rawChanMap.count(hwcell) != 0) ) {
320 m_ROD_id[
cell][
i] = rawChanMap[hwcell]->hardwareID().get_identifier32().get_compact();
◆ initialize()
StatusCode LArSC2NtupleEB::initialize |
( |
| ) |
|
|
overridevirtual |
Definition at line 19 of file LArSC2NtupleEB.cxx.
26 if (
sc!=StatusCode::SUCCESS) {
33 if (
sc!=StatusCode::SUCCESS) {
100 if (
sc.isFailure()) {
106 if (
sc.isFailure()) {
111 if (
sc.isFailure()) {
126 return StatusCode::SUCCESS;
◆ inputHandles()
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.
◆ msg() [1/2]
◆ msg() [2/2]
◆ msgLvl()
◆ outputHandles()
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.
◆ renounce()
◆ renounceArray()
◆ sysInitialize()
StatusCode AthAlgorithm::sysInitialize |
( |
| ) |
|
|
overridevirtualinherited |
◆ sysStart()
Handle START transition.
We override this in order to make sure that conditions handle keys can cache a pointer to the conditions container.
◆ updateVHKA()
◆ m_addBC
Gaudi::Property< bool > LArCond2NtupleBaseEB::m_addBC {this, "AddBadChannelInfo", true, "dump BadChan info ?"} |
|
protectedinherited |
◆ m_addCalib
Gaudi::Property< bool > LArCond2NtupleBaseEB::m_addCalib {this, "AddCalib", false, "add also calib line info info ?"} |
|
protectedinherited |
◆ m_addFEBTemp
Gaudi::Property< bool > LArCond2NtupleBaseEB::m_addFEBTemp {this, "AddFEBTempInfo", false, "dump FEB temperature info ?"} |
|
protectedinherited |
◆ m_addHash
Gaudi::Property< bool > LArCond2NtupleBaseEB::m_addHash {this, "AddHash", false, "add also ID hash info ?"} |
|
protectedinherited |
◆ m_badChanWord
NTuple::Array<double> LArCond2NtupleBaseEB::m_badChanWord |
|
protectedinherited |
◆ m_barrel_ec
NTuple::Array<double> LArCond2NtupleBaseEB::m_barrel_ec |
|
protectedinherited |
◆ m_bcid
NTuple::Item<short> LArSC2NtupleEB::m_bcid |
|
protected |
◆ m_bcidVec_ET
NTuple::Matrix<float> LArSC2NtupleEB::m_bcidVec_ET |
|
protected |
◆ m_bcidVec_Reco
NTuple::Matrix<float> LArSC2NtupleEB::m_bcidVec_Reco |
|
protected |
◆ m_BCKey
◆ m_cablingKey
◆ m_cablingKeyAdditional
◆ m_cablingSCKey
◆ m_calibLine
NTuple::Array<double> LArCond2NtupleBaseEB::m_calibLine |
|
protectedinherited |
◆ m_calibMapKey
◆ m_calibMapSCKey
◆ m_caloId
◆ m_caloMgrKey
◆ m_caloSuperCellMgrKey
Initial value:{this
, "CaloSuperCellDetDescrManager"
, "CaloSuperCellDetDescrManager"
, "SG key of the resulting CaloSuperCellDetDescrManager" }
Definition at line 98 of file LArCond2NtupleBaseEB.h.
◆ m_chanHash
NTuple::Array<double> LArCond2NtupleBaseEB::m_chanHash |
|
protectedinherited |
◆ m_channel
NTuple::Array<double> LArCond2NtupleBaseEB::m_channel |
|
protectedinherited |
◆ m_detector
NTuple::Array<double> LArCond2NtupleBaseEB::m_detector |
|
protectedinherited |
◆ m_detStore
◆ m_eCut
Gaudi::Property< float > LArSC2NtupleEB::m_eCut {this, "EnergyCut", 0., "when to fll"} |
|
protected |
◆ m_emId
◆ m_energyVec_ET
NTuple::Matrix<float> LArSC2NtupleEB::m_energyVec_ET |
|
protected |
◆ m_energyVec_Reco
NTuple::Matrix<float> LArSC2NtupleEB::m_energyVec_Reco |
|
protected |
◆ m_eta
NTuple::Array<double> LArCond2NtupleBaseEB::m_eta |
|
protectedinherited |
◆ m_evtInfoKey
◆ m_evtStore
◆ m_expandId
Gaudi::Property< bool > LArCond2NtupleBaseEB::m_expandId {this,"ExpandId", true ,"add online Id decoded fields ?"} |
|
protectedinherited |
◆ m_extendedExtraObjects
DataObjIDColl AthAlgorithm::m_extendedExtraObjects |
|
privateinherited |
◆ m_fcalId
◆ m_febHash
NTuple::Array<double> LArCond2NtupleBaseEB::m_febHash |
|
protectedinherited |
◆ m_FEBTemp1
NTuple::Array<float> LArCond2NtupleBaseEB::m_FEBTemp1 |
|
protectedinherited |
◆ m_FEBTemp2
NTuple::Array<float> LArCond2NtupleBaseEB::m_FEBTemp2 |
|
protectedinherited |
◆ m_FEBTempTool
◆ m_fillBCID
Gaudi::Property< bool > LArSC2NtupleEB::m_fillBCID {this, "FillBCID", false, "if to fill BCID"} |
|
protected |
◆ m_FT
NTuple::Array<double> LArCond2NtupleBaseEB::m_FT |
|
protectedinherited |
◆ m_hecId
◆ m_IEvent
NTuple::Item<unsigned long long> LArSC2NtupleEB::m_IEvent |
|
protected |
◆ m_initialized
bool LArCond2NtupleBaseEB::m_initialized |
|
privateinherited |
◆ m_isConnected
NTuple::Array<double> LArCond2NtupleBaseEB::m_isConnected |
|
protectedinherited |
◆ m_isFlat
Gaudi::Property< bool > LArCond2NtupleBaseEB::m_isFlat {this, "isFlat", false, "are we working with Flat conditions ?"} |
|
protectedinherited |
◆ m_isSC
Gaudi::Property< bool > LArCond2NtupleBaseEB::m_isSC {this, "isSC", false, "are we working with SC?"} |
|
protectedinherited |
◆ m_layer
NTuple::Array<double> LArCond2NtupleBaseEB::m_layer |
|
protectedinherited |
◆ m_nt
NTuple::Tuple* LArCond2NtupleBaseEB::m_nt |
|
protectedinherited |
◆ m_ntpath
std::string LArCond2NtupleBaseEB::m_ntpath |
|
protectedinherited |
◆ m_ntTitle
std::string LArCond2NtupleBaseEB::m_ntTitle |
|
protectedinherited |
◆ m_OffId
Gaudi::Property< bool > LArCond2NtupleBaseEB::m_OffId {this, "OffId", false, "dump also offline ID ?"} |
|
protectedinherited |
◆ m_oflChanId
NTuple::Array<double> LArCond2NtupleBaseEB::m_oflChanId |
|
protectedinherited |
◆ m_oflHash
NTuple::Array<double> LArCond2NtupleBaseEB::m_oflHash |
|
protectedinherited |
◆ m_onlChanId
NTuple::Array<double> LArCond2NtupleBaseEB::m_onlChanId |
|
protectedinherited |
◆ m_onlineId
◆ m_passVec_ET
NTuple::Matrix<bool> LArSC2NtupleEB::m_passVec_ET |
|
protected |
◆ m_passVec_Reco
NTuple::Matrix<bool> LArSC2NtupleEB::m_passVec_Reco |
|
protected |
◆ m_phi
NTuple::Array<double> LArCond2NtupleBaseEB::m_phi |
|
protectedinherited |
◆ m_pos_neg
NTuple::Array<double> LArCond2NtupleBaseEB::m_pos_neg |
|
protectedinherited |
◆ m_rawcontKey
◆ m_realgeom
Gaudi::Property< bool > LArCond2NtupleBaseEB::m_realgeom {this, "RealGeometry", false, "add real geometry values ?"} |
|
protectedinherited |
◆ m_reccontKey
◆ m_recoNet
Gaudi::Property< unsigned int > LArSC2NtupleEB::m_recoNet {this, "recoNet", 5, "number of energies from reco"} |
|
protected |
◆ m_region
NTuple::Array<double> LArCond2NtupleBaseEB::m_region |
|
protectedinherited |
◆ m_reta
NTuple::Array<float> LArCond2NtupleBaseEB::m_reta |
|
protectedinherited |
◆ m_ROD_energy
NTuple::Matrix<float> LArSC2NtupleEB::m_ROD_energy |
|
protected |
◆ m_ROD_id
NTuple::Matrix<float> LArSC2NtupleEB::m_ROD_id |
|
protected |
◆ m_ROD_time
NTuple::Matrix<float> LArSC2NtupleEB::m_ROD_time |
|
protected |
◆ m_rphi
NTuple::Array<float> LArCond2NtupleBaseEB::m_rphi |
|
protectedinherited |
◆ m_saturVec_ET
NTuple::Matrix<bool> LArSC2NtupleEB::m_saturVec_ET |
|
protected |
◆ m_saturVec_Reco
NTuple::Matrix<bool> LArSC2NtupleEB::m_saturVec_Reco |
|
protected |
◆ m_SC
const int LArCond2NtupleBaseEB::m_SC = 34048 |
|
protectedinherited |
◆ m_sccontKey
◆ m_scidtool
◆ m_scNet
Gaudi::Property< unsigned int > LArSC2NtupleEB::m_scNet {this, "scNet", 5, "number of energies from raw"} |
|
protected |
◆ m_slot
NTuple::Array<double> LArCond2NtupleBaseEB::m_slot |
|
protectedinherited |
◆ m_tauVec_Reco
NTuple::Matrix<float> LArSC2NtupleEB::m_tauVec_Reco |
|
protected |
◆ m_varHandleArraysDeclared
◆ m_vhka
The documentation for this class was generated from the following files:
NTuple::Array< double > m_phi
Liquid Argon SuperCell raw data.
NTuple::Array< double > m_region
int phi(const Identifier id) const
return phi according to :
NTuple::Array< double > m_layer
IdentifierHash channel_Hash(HWIdentifier channelId) const
Create channel_hash from channel_Id.
SG::ReadHandleKey< LArRawSCContainer > m_reccontKey
IdentifierHash calo_cell_hash(const Identifier cellId) const
create hash id from 'global' cell id
const LArFCAL_Base_ID * m_fcalId
int eta(const Identifier id) const
return eta [0,9] outer part [0,3] inner part
NTuple::Item< unsigned long long > m_IEvent
NTuple::Array< double > m_oflHash
NTuple::Array< double > m_chanHash
bool is_lar_fcal(Identifier id) const
SG::ReadHandleKey< xAOD::EventInfo > m_evtInfoKey
SG::ReadCondHandleKey< LArOnOffIdMapping > m_cablingKey
NTuple::Matrix< float > m_ROD_energy
NTuple::Matrix< bool > m_saturVec_Reco
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T > &t)
Container class for LArRawSC.
NTuple::Array< double > m_slot
NTuple::Array< double > m_FT
Conditions-Data class holding LAr Bad Channel or Bad Feb information.
const std::vector< HWIdentifier > & calibSlotLine(const HWIdentifier id) const
const HWIdentifier & hardwareID() const
Gaudi::Property< bool > m_OffId
This class groups all DetDescr information related to a CaloCell. Provides a generic interface for al...
const CaloDetDescrElement * get_element(const Identifier &cellId) const
get element by its identifier
NTuple::Array< double > m_eta
int slot(const HWIdentifier id) const
Return the slot number of a hardware cell identifier: slot = [1,15] Slot-ID in top part of the crat...
StoreGateSvc_t m_evtStore
Pointer to StoreGate (event store by default)
std::vector< SG::VarHandleKeyArray * > m_vhka
int module(const Identifier id) const
module [1,3]
NTuple::Matrix< float > m_ROD_id
int region(const Identifier id) const
return region according to :
int sampling(const Identifier id) const
return sampling according to :
const_iterator cend() const noexcept
Return a const_iterator pointing past the end of the collection.
NTuple::Matrix< bool > m_passVec_ET
NTuple::Matrix< float > m_bcidVec_ET
SG::ReadCondHandleKey< CaloSuperCellDetDescrManager > m_caloSuperCellMgrKey
const std::string & key() const
Return the StoreGate ID for the referenced object.
bool empty() const
Test if the key is blank.
NTuple::Array< float > m_rphi
int barrel_ec(const HWIdentifier id) const
Return the position barrel or endcap of a hardware cell identifier: barrel_ec = [0,...
NTuple::Array< double > m_badChanWord
LArBC_t status(const HWIdentifier channel) const
Query the status of a particular channel or FEB This is the main client access method.
bool is_valid() const
Check if id is in a valid state.
Gaudi::Property< bool > m_fillBCID
const std::vector< bool > & satur() const
const std::vector< int > & tauEnergies() const
Gaudi::Property< bool > m_expandId
Gaudi::Property< unsigned int > m_scNet
int eta(const Identifier id) const
return eta according to :
int eta(const Identifier id) const
eta [0,63] module 1 ; [0,31] module 2 ; [0,15] module 3
float eta_raw() const
cell eta_raw
virtual void setOwner(IDataHandleHolder *o)=0
Gaudi::Property< unsigned int > m_recoNet
SG::ReadCondHandleKey< LArCalibLineMapping > m_calibMapSCKey
NTuple::Item< short > m_bcid
int phi(const Identifier id) const
phi [0,15]
NTuple::Matrix< float > m_tauVec_Reco
Gaudi::Property< bool > m_addBC
SG::ReadHandleKey< LArRawSCContainer > m_sccontKey
SG::ReadCondHandleKey< LArOnOffIdMapping > m_cablingSCKey
int channel(const HWIdentifier id) const
Return the channel number of a hardware cell identifier channel = [0,127] in all FEB.
virtual StatusCode sysInitialize() override
Override sysInitialize.
virtual std::vector< Gaudi::DataHandle * > outputHandles() const override
Return this algorithm's output handles.
ToolHandle< ILArFEBTempTool > m_FEBTempTool
Liquid Argon ROD output object base class.
::StatusCode StatusCode
StatusCode definition for legacy code.
const LArOnlineID_Base * m_onlineId
ToolHandle< ICaloSuperCellIDTool > m_scidtool
NTuple::Array< double > m_febHash
int pos_neg(const HWIdentifier id) const
Return the side of a hardware cell identifier pos_neg = [0,1] positive-side or negative-side Barrel...
NTuple::Array< float > m_FEBTemp2
NTuple::Matrix< float > m_energyVec_Reco
NTuple::Array< double > m_detector
SG::ReadHandleKey< LArRawChannelContainer > m_rawcontKey
bool is_lar_hec(Identifier id) const
StoreGateSvc_t m_detStore
Pointer to StoreGate (detector store by default)
StatusCode initialize(bool used=true)
If this object is used as a property, then this should be called during the initialize phase.
NTuple::Array< double > m_channel
bool fillFromIdentifier(const HWIdentifier &id, int C)
HWIdentifier createSignalChannelID(const Identifier &id) const
create a HWIdentifier from an Identifier (not inline)
Gaudi::Property< bool > m_addFEBTemp
HWIdentifier feb_Id(int barrel_ec, int pos_neg, int feedthrough, int slot) const
Create feb_Id from fields.
virtual void renounce()=0
std::conditional< std::is_base_of< SG::VarHandleKeyArray, T >::value, VarHandleKeyArrayType, type2 >::type type
const SG::ReadCondHandleKey< LArOnOffIdMapping > & cablingKey() const
NTuple::Array< double > m_barrel_ec
SG::ReadCondHandleKey< LArBadChannelCont > m_BCKey
NTuple::Array< float > m_FEBTemp1
NTuple::Matrix< float > m_energyVec_ET
int barrel_ec(const Identifier id) const
return barrel_ec according to :
NTuple::Matrix< float > m_bcidVec_Reco
NTuple::Matrix< bool > m_passVec_Reco
StatusCode initialize(bool used=true)
LArCond2NtupleBaseEB(const std::string &name, ISvcLocator *pSvcLocator)
NTuple::Array< double > m_oflChanId
const std::vector< bool > & passTauSelection() const
const LArEM_Base_ID * m_emId
const std::vector< unsigned short > & bcids() const
DataObjIDColl m_extendedExtraObjects
int feedthrough(const HWIdentifier id) const
Return the feedthrough of a hardware cell identifier : feedthrough = [0,31] Barrel - A/C side or H/...
#define ATH_MSG_WARNING(x)
SG::ReadCondHandleKey< LArOnOffIdMapping > m_cablingKeyAdditional
const CaloCell_Base_ID * m_caloId
void fillRODEnergy(HWIdentifier SCId, unsigned cell, rawChanMap_t &rawChanMap, const LArOnOffIdMapping *cabling, const LArOnOffIdMapping *cablingROD)
NTuple::Matrix< bool > m_saturVec_ET
NTuple::Matrix< float > m_ROD_time
int sampling(const Identifier id) const
return sampling [0,3] (only 0 for supercells)
SG::VarHandleKey & vhKey()
Return a non-const reference to the HandleKey.
const_iterator cbegin() const noexcept
Return a const_iterator pointing at the beginning of the collection.
NTuple::Array< float > m_reta
SG::ReadCondHandleKey< CaloDetDescrManager > m_caloMgrKey
NTuple::Array< double > m_onlChanId
NTuple::Array< double > m_calibLine
std::map< HWIdentifier, const LArRawChannel * > rawChanMap_t
NTuple::Array< double > m_isConnected
Gaudi::Property< bool > m_addCalib
int region(const Identifier id) const
return region [0,1]
std::map< HWIdentifier, const LArRawSC * > rawSCMap_t
bool is_lar_em(Identifier id) const
Gaudi::Property< bool > m_realgeom
Gaudi::Details::PropertyBase & declareGaudiProperty(Gaudi::Property< T > &hndl, const SG::VarHandleKeyType &)
specialization for handling Gaudi::Property<SG::VarHandleKey>
NTuple::Array< double > m_pos_neg
Exception class for LAr Identifiers.
IdentifierHash feb_Hash(HWIdentifier febId) const
Create feb hash identifiers from feb identifiers.
Gaudi::Property< float > m_eCut
const LArHEC_Base_ID * m_hecId
Gaudi::Property< bool > m_addHash
Container for LArRawChannel (IDC using LArRawChannelCollection)
float phi_raw() const
cell phi_raw
SG::ReadCondHandleKey< LArCalibLineMapping > m_calibMapKey
int phi(const Identifier id) const
return phi[0,63] outer part [0,31] inner part
Gaudi::Property< bool > m_isSC
const std::vector< int > & energies() const