ATLAS Offline Software
Public Member Functions | Protected Types | Protected Member Functions | Protected Attributes | Private Types | Private Member Functions | Private Attributes | List of all members
LArDigits2NtupleEB Class Reference

#include <LArDigits2NtupleEB.h>

Inheritance diagram for LArDigits2NtupleEB:
Collaboration diagram for LArDigits2NtupleEB:

Public Member Functions

 LArDigits2NtupleEB (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
 

Protected Types

enum  { NOT_VALID = -999 }
 

Protected Member Functions

void renounceArray (SG::VarHandleKeyArray &handlesArray)
 remove all handles from I/O resolution More...
 
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. More...
 

Protected Attributes

int m_ipass
 
long m_event
 
Gaudi::Property< unsigned int > m_Nsamples {this, "NSamples", 32, "number of samples to store"}
 
Gaudi::Property< unsigned int > m_Net {this, "Net", 5, "number of energies to store"}
 
Gaudi::Property< std::vector< unsigned int > > m_FTlist {this, "FTlist", {}, "which FT to dump"}
 
Gaudi::Property< bool > m_fillBCID {this, "FillBCID", false, "if to fill BCID"}
 
NTuple::Array< int > m_ntNsamples
 
NTuple::Array< short > m_gain
 
NTuple::Array< short > m_ELVL1Id
 
NTuple::Item< unsigned long long > m_IEvent
 
NTuple::Matrix< short > m_samples
 
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< float > m_energyVec_ET_ID
 
NTuple::Matrix< float > m_bcidVec_ET_ID
 
NTuple::Matrix< bool > m_saturVec_ET_ID
 
SG::ReadHandleKey< LArDigitContainerm_contKey {this, "ContainerKey", "FREE", "key for LArDigitContainer"}
 
SG::ReadHandleKey< xAOD::EventInfom_evtInfoKey { this, "EventInfoKey", "EventInfo", "SG for EventInfo Key" }
 
SG::ReadHandleKey< LArFebHeaderContainerm_LArFebHeaderContainerKey { this, "LArFebHeaderKey", "LArFebHeader" }
 
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::Tuplem_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
 
StoreGateSvcm_detStore
 
const LArEM_Base_IDm_emId
 
const LArHEC_Base_IDm_hecId
 
const LArFCAL_Base_IDm_fcalId
 
const LArOnlineID_Basem_onlineId
 
const CaloCell_Base_IDm_caloId
 
ToolHandle< ILArFEBTempToolm_FEBTempTool
 
SG::ReadCondHandleKey< LArOnOffIdMappingm_cablingKey {this,"CablingKey","LArOnOffIdMap","SG Key of LArOnOffIdMapping object"}
 
SG::ReadCondHandleKey< LArOnOffIdMappingm_cablingSCKey {this,"CablingSCKey","LArOnOffIdMapSC","SG Key of LArOnOffIdMapping object"}
 
SG::ReadCondHandleKey< LArBadChannelContm_BCKey {this, "BadChanKey", "LArBadChannel", "SG bad channels key"}
 
SG::ReadCondHandleKey< LArCalibLineMappingm_calibMapKey {this,"CalibMapKey","LArCalibLineMap","SG Key of calib line mapping object"}
 
SG::ReadCondHandleKey< LArCalibLineMappingm_calibMapSCKey {this,"CalibMapSCKey","LArCalibIdMapSC","SG Key of calib line mapping object"}
 
SG::ReadCondHandleKey< CaloDetDescrManagerm_caloMgrKey {this, "CaloDetDescrManager", "CaloDetDescrManager", "SG Key for CaloDetDescrManager in the Condition Store"}
 
SG::ReadCondHandleKey< CaloSuperCellDetDescrManagerm_caloSuperCellMgrKey
 

Private Types

typedef ServiceHandle< StoreGateSvcStoreGateSvc_t
 

Private Member Functions

Gaudi::Details::PropertyBase & declareGaudiProperty (Gaudi::Property< T > &hndl, const SG::VarHandleKeyType &)
 specialization for handling Gaudi::Property<SG::VarHandleKey> More...
 
Gaudi::Details::PropertyBase & declareGaudiProperty (Gaudi::Property< T > &hndl, const SG::VarHandleKeyArrayType &)
 specialization for handling Gaudi::Property<SG::VarHandleKeyArray> More...
 
Gaudi::Details::PropertyBase & declareGaudiProperty (Gaudi::Property< T > &hndl, const SG::VarHandleType &)
 specialization for handling Gaudi::Property<SG::VarHandleBase> More...
 
Gaudi::Details::PropertyBase & declareGaudiProperty (Gaudi::Property< T > &t, const SG::NotHandleType &)
 specialization for handling everything that's not a Gaudi::Property<SG::VarHandleKey> or a <SG::VarHandleKeyArray> More...
 

Private Attributes

bool m_initialized
 
DataObjIDColl m_extendedExtraObjects
 
StoreGateSvc_t m_evtStore
 Pointer to StoreGate (event store by default) More...
 
std::vector< SG::VarHandleKeyArray * > m_vhka
 
bool m_varHandleArraysDeclared
 

Detailed Description

Definition at line 16 of file LArDigits2NtupleEB.h.

Member Typedef Documentation

◆ StoreGateSvc_t

typedef ServiceHandle<StoreGateSvc> AthCommonDataStore< AthCommonMsg< Algorithm > >::StoreGateSvc_t
privateinherited

Definition at line 388 of file AthCommonDataStore.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
protectedinherited
Enumerator
NOT_VALID 

Definition at line 61 of file LArCond2NtupleBaseEB.h.

61 {NOT_VALID = -999};

Constructor & Destructor Documentation

◆ LArDigits2NtupleEB()

LArDigits2NtupleEB::LArDigits2NtupleEB ( const std::string &  name,
ISvcLocator *  pSvcLocator 
)

Definition at line 12 of file LarDigits2NtupleEB.cxx.

12  :
13  LArCond2NtupleBaseEB(name, pSvcLocator),
14  m_ipass(0),
15  m_event(0)
16 {
17  m_ntTitle = "LArDigits";
18  m_ntpath = "/NTUPLES/FILE1/LARDIGITS";
19 }

Member Function Documentation

◆ cablingKey()

const SG::ReadCondHandleKey< LArOnOffIdMapping > & LArCond2NtupleBaseEB::cablingKey ( ) const
inherited

Definition at line 441 of file LArCond2NtupleBaseEB.cxx.

442 {
443  if(m_isSC) return m_cablingSCKey;
444  return m_cablingKey;
445 }

◆ declareGaudiProperty() [1/4]

Gaudi::Details::PropertyBase& AthCommonDataStore< AthCommonMsg< Algorithm > >::declareGaudiProperty ( Gaudi::Property< T > &  hndl,
const SG::VarHandleKeyArrayType  
)
inlineprivateinherited

specialization for handling Gaudi::Property<SG::VarHandleKeyArray>

Definition at line 170 of file AthCommonDataStore.h.

172  {
173  return *AthCommonDataStore<PBASE>::declareProperty(hndl.name(),
174  hndl.value(),
175  hndl.documentation());
176 
177  }

◆ declareGaudiProperty() [2/4]

Gaudi::Details::PropertyBase& AthCommonDataStore< AthCommonMsg< Algorithm > >::declareGaudiProperty ( Gaudi::Property< T > &  hndl,
const SG::VarHandleKeyType  
)
inlineprivateinherited

specialization for handling Gaudi::Property<SG::VarHandleKey>

Definition at line 156 of file AthCommonDataStore.h.

158  {
159  return *AthCommonDataStore<PBASE>::declareProperty(hndl.name(),
160  hndl.value(),
161  hndl.documentation());
162 
163  }

◆ declareGaudiProperty() [3/4]

Gaudi::Details::PropertyBase& AthCommonDataStore< AthCommonMsg< Algorithm > >::declareGaudiProperty ( Gaudi::Property< T > &  hndl,
const SG::VarHandleType  
)
inlineprivateinherited

specialization for handling Gaudi::Property<SG::VarHandleBase>

Definition at line 184 of file AthCommonDataStore.h.

186  {
187  return *AthCommonDataStore<PBASE>::declareProperty(hndl.name(),
188  hndl.value(),
189  hndl.documentation());
190  }

◆ declareGaudiProperty() [4/4]

Gaudi::Details::PropertyBase& AthCommonDataStore< AthCommonMsg< Algorithm > >::declareGaudiProperty ( Gaudi::Property< T > &  t,
const SG::NotHandleType  
)
inlineprivateinherited

specialization for handling everything that's not a Gaudi::Property<SG::VarHandleKey> or a <SG::VarHandleKeyArray>

Definition at line 199 of file AthCommonDataStore.h.

200  {
201  return PBASE::declareProperty(t);
202  }

◆ declareProperty() [1/6]

Gaudi::Details::PropertyBase* AthCommonDataStore< AthCommonMsg< Algorithm > >::declareProperty ( const std::string &  name,
SG::VarHandleBase hndl,
const std::string &  doc,
const SG::VarHandleType  
)
inlineinherited

Declare a new Gaudi property.

Parameters
nameName of the property.
hndlObject holding the property value.
docDocumentation 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.

249  {
250  this->declare(hndl.vhKey());
251  hndl.vhKey().setOwner(this);
252 
253  return PBASE::declareProperty(name,hndl,doc);
254  }

◆ declareProperty() [2/6]

Gaudi::Details::PropertyBase* AthCommonDataStore< AthCommonMsg< Algorithm > >::declareProperty ( const std::string &  name,
SG::VarHandleKey hndl,
const std::string &  doc,
const SG::VarHandleKeyType  
)
inlineinherited

Declare a new Gaudi property.

Parameters
nameName of the property.
hndlObject holding the property value.
docDocumentation 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.

225  {
226  this->declare(hndl);
227  hndl.setOwner(this);
228 
229  return PBASE::declareProperty(name,hndl,doc);
230  }

◆ declareProperty() [3/6]

Gaudi::Details::PropertyBase* AthCommonDataStore< AthCommonMsg< Algorithm > >::declareProperty ( const std::string &  name,
SG::VarHandleKeyArray hndArr,
const std::string &  doc,
const SG::VarHandleKeyArrayType  
)
inlineinherited

Definition at line 259 of file AthCommonDataStore.h.

263  {
264 
265  // std::ostringstream ost;
266  // ost << Algorithm::name() << " VHKA declareProp: " << name
267  // << " size: " << hndArr.keys().size()
268  // << " mode: " << hndArr.mode()
269  // << " vhka size: " << m_vhka.size()
270  // << "\n";
271  // debug() << ost.str() << endmsg;
272 
273  hndArr.setOwner(this);
274  m_vhka.push_back(&hndArr);
275 
276  Gaudi::Details::PropertyBase* p = PBASE::declareProperty(name, hndArr, doc);
277  if (p != 0) {
278  p->declareUpdateHandler(&AthCommonDataStore<PBASE>::updateVHKA, this);
279  } else {
280  ATH_MSG_ERROR("unable to call declareProperty on VarHandleKeyArray "
281  << name);
282  }
283 
284  return p;
285 
286  }

◆ declareProperty() [4/6]

Gaudi::Details::PropertyBase* AthCommonDataStore< AthCommonMsg< Algorithm > >::declareProperty ( const std::string &  name,
T &  property,
const std::string &  doc,
const SG::NotHandleType  
)
inlineinherited

Declare a new Gaudi property.

Parameters
nameName of the property.
propertyObject holding the property value.
docDocumentation 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.

337  {
338  return PBASE::declareProperty(name, property, doc);
339  }

◆ declareProperty() [5/6]

Gaudi::Details::PropertyBase* AthCommonDataStore< AthCommonMsg< Algorithm > >::declareProperty ( const std::string &  name,
T &  property,
const std::string &  doc = "none" 
)
inlineinherited

Declare a new Gaudi property.

Parameters
nameName of the property.
propertyObject holding the property value.
docDocumentation 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.

355  {
356  typedef typename SG::HandleClassifier<T>::type htype;
357  return declareProperty (name, property, doc, htype());
358  }

◆ declareProperty() [6/6]

Gaudi::Details::PropertyBase& AthCommonDataStore< AthCommonMsg< Algorithm > >::declareProperty ( Gaudi::Property< T > &  t)
inlineinherited

Definition at line 145 of file AthCommonDataStore.h.

145  {
146  typedef typename SG::HandleClassifier<T>::type htype;
148  }

◆ detStore()

const ServiceHandle<StoreGateSvc>& AthCommonDataStore< AthCommonMsg< Algorithm > >::detStore ( ) const
inlineinherited

The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc.

Definition at line 95 of file AthCommonDataStore.h.

95 { return m_detStore; }

◆ evtStore() [1/2]

ServiceHandle<StoreGateSvc>& AthCommonDataStore< AthCommonMsg< Algorithm > >::evtStore ( )
inlineinherited

The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc.

Definition at line 85 of file AthCommonDataStore.h.

85 { return m_evtStore; }

◆ evtStore() [2/2]

const ServiceHandle<StoreGateSvc>& AthCommonDataStore< AthCommonMsg< Algorithm > >::evtStore ( ) const
inlineinherited

The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc.

Definition at line 90 of file AthCommonDataStore.h.

90 { return m_evtStore; }

◆ execute()

StatusCode LArDigits2NtupleEB::execute ( )
overridevirtual

Definition at line 112 of file LarDigits2NtupleEB.cxx.

113 {
114 
115  StatusCode sc;
116 
117  ATH_MSG_DEBUG( "LArDigits2NtupleEB in execute" );
118  m_event++;
119  unsigned long long thisevent;
120  unsigned long thisbcid = 0;
121  unsigned long thisELVL1Id = 0;
122 
124  thisevent = evt->eventNumber();
125 
126  // Get BCID from FEB header
127  if ( !m_isSC ){ // we are not processing SC data, Feb header could be accessed
129  if (! hdrCont.isValid()) {
130  ATH_MSG_WARNING( "No LArFEB container found in TDS" );
131  }
132  else {
133  ATH_MSG_DEBUG( "LArFEB container found");
134  if(m_fillBCID) thisbcid = (*hdrCont->begin())->BCId() ;
135  ATH_MSG_DEBUG( "BCID FROM FEB HEADER " << thisbcid );
136  thisELVL1Id = (*hdrCont->begin())->ELVL1Id();
137  ATH_MSG_DEBUG( "NSAMPLES FROM FEB HEADER " << (*hdrCont->begin())->NbSamples() );
138  }
139  }else{
140  // This should be used for main readout later, once TDAQ fill event headers also in calib. runs properly
141  thisbcid = evt->bcid();
142  }
143 
144  m_contKey="SC";
146 
147  if(!hdlDigit.isValid()) {
148  ATH_MSG_WARNING( "Unable to retrieve LArDigitContainer with key " << m_contKey << " from DetectorStore. " );
149  return StatusCode::SUCCESS;
150  } else
151  ATH_MSG_DEBUG( "Got LArDigitContainer with key " << m_contKey.key() );
152 
153  const LArDigitContainer DigitContainer = *hdlDigit;
154  const LArRawSCContainer* etcontainer = nullptr;
155  const LArRawSCContainer* etcontainer_next = nullptr;
156 
157  unsigned cellCounter=0;
158 
159  if(m_fillBCID) m_bcid = thisbcid;
160  m_IEvent = thisevent;
161 
162 
163  sc = evtStore()->retrieve(etcontainer,"SC_ET");
164  if (sc.isFailure()) { ATH_MSG_WARNING( "Unable to retrieve LArRawSCContainer with key SC_ET from DetectorStore. " );}
165  else ATH_MSG_DEBUG( "Got LArRawSCContainer with key SC_ET " );
166 
167  sc = evtStore()->retrieve(etcontainer_next,"SC_ET_ID");
168  if (sc.isFailure()) { ATH_MSG_WARNING( "Unable to retrieve LArRawSCContainer with key SC_ET_ID from DetectorStore. " );}
169  else ATH_MSG_DEBUG( "Got LArRawSCContainer with key SC_ET_ID" );
170 
171 
172 
173  for( const LArDigit *digi : DigitContainer ){
174 
175  unsigned int trueMaxSample = digi->nsamples();
176  m_ntNsamples[cellCounter] = trueMaxSample;
177 
178  if (!m_isSC){
179  m_gain[cellCounter] = digi->gain();
180  m_ELVL1Id[cellCounter] = thisELVL1Id;
181  if(m_gain[cellCounter] < CaloGain::INVALIDGAIN || m_gain[cellCounter] > CaloGain::LARNGAIN) m_gain[cellCounter] = CaloGain::LARNGAIN;
182  }
183  if(trueMaxSample>m_Nsamples){
184  if(!m_ipass){
185  ATH_MSG_WARNING( "The number of samples in data is larger than the one specified by JO: " << trueMaxSample << " > " << m_Nsamples << " --> only " << m_Nsamples << " will be available in the ntuple " );
186  m_ipass = 1;
187  }
188  trueMaxSample = m_Nsamples;
189  }
190 
191  fillFromIdentifier(digi->hardwareID(), cellCounter);
192 
193 
194  for(unsigned i = 0; i<trueMaxSample;++i) m_samples[cellCounter][i] = digi->samples().at(i);
195 
196  if( etcontainer ){
197  const LArRawSC*rawSC = etcontainer->at(cellCounter);
198 
199  unsigned int truenet = m_Net;
200 
201  if(truenet > rawSC->bcids().size()) truenet=rawSC->bcids().size();
202  for( unsigned i=0; i<truenet;++i){ // just use the vector directly?
203  m_bcidVec_ET[cellCounter][i] = rawSC->bcids().at(i);
204  }
205 
206  if(truenet > rawSC->energies().size()) truenet=rawSC->energies().size();
207  for( unsigned i=0; i<truenet;++i){ // just use the vector directly?
208  m_energyVec_ET[cellCounter][i] = rawSC->energies().at(i);
209 
210  }
211 
212  if(truenet > rawSC->satur().size()) truenet=rawSC->satur().size();
213 
214  for( unsigned i = 0; i<truenet;++i){ // just use the vector directly?
215  m_saturVec_ET[cellCounter][i] = rawSC->satur().at(i);
216  }
217 
218  m_Net=truenet;
219  }
220 
221  if( etcontainer_next ){
222  const LArRawSC*rawSC = etcontainer_next->at(cellCounter);
223 
224  for( unsigned i=0; i<rawSC->bcids().size();++i){ // just use the vector directly?
225  m_bcidVec_ET_ID[cellCounter][i] = rawSC->bcids()[i];
226  }
227  for( unsigned i=0; i<rawSC->energies().size();++i){ // just use the vector directly?
228  m_energyVec_ET_ID[cellCounter][i] = rawSC->energies()[i];
229  }
230  for( unsigned i = 0; i<rawSC->satur().size();++i){ // just use the vector directly? ?
231  m_saturVec_ET_ID[cellCounter][i] = rawSC->satur()[i];
232  }
233  }
234 
235  cellCounter++;
236  }// over cells
237 
238 
239  ATH_CHECK( ntupleSvc()->writeRecord(m_nt) );
240 
241  ATH_MSG_DEBUG( "LArDigits2NtupleEB has finished, filled"<< cellCounter << " cells" );
242  return StatusCode::SUCCESS;
243 }// end finalize-method.

◆ extraDeps_update_handler()

void AthCommonDataStore< AthCommonMsg< Algorithm > >::extraDeps_update_handler ( Gaudi::Details::PropertyBase &  ExtraDeps)
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

◆ 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.

51 {
52  // If we didn't find any symlinks to add, just return the collection
53  // from the base class. Otherwise, return the extended collection.
54  if (!m_extendedExtraObjects.empty()) {
56  }
57  return Algorithm::extraOutputDeps();
58 }

◆ fillFromIdentifier()

bool LArCond2NtupleBaseEB::fillFromIdentifier ( const HWIdentifier id,
int  C 
)
inherited

Definition at line 280 of file LArCond2NtupleBaseEB.cxx.

280  {
281 
282  ATH_MSG_DEBUG("Starting fillFromIdentifier");
283  const LArBadChannelCont *bcCont = nullptr;
284  if ( m_addBC ) {
286  bcCont =*readHandle;
287  if( !bcCont) {
288  ATH_MSG_WARNING( "Do not have Bad chan container " << m_BCKey.key() );
289  return false;
290  }
291  }
292 
293  const LArCalibLineMapping *clCont=nullptr;
294  if(m_addCalib) {
295  if(m_isSC){
297  clCont={*clHdl};
298  }
299  else{
301  clCont={*clHdl};
302  }
303  if(!clCont) {
304  ATH_MSG_WARNING( "Do not have calib line mapping !!!" );
305  return false;
306  }
307  }
308 
309  const LArOnOffIdMapping* cabling=nullptr;
310  if(m_isSC){
312  cabling=*cablingHdl;
313  }
314  else{
316  cabling=*cablingHdl;
317  }
318 
319  if(!cabling) {
320  ATH_MSG_WARNING( "Do not have cabling !" );
321  return false;
322  }
323 
324  m_onlChanId[C] = hwid.get_identifier32().get_compact();
325 
326  if(m_expandId) {
327  m_barrel_ec[C] = m_onlineId->barrel_ec(hwid);
328  m_pos_neg[C] = m_onlineId->pos_neg(hwid);
329  m_FT[C] = m_onlineId->feedthrough(hwid);
330  m_slot[C] = m_onlineId->slot(hwid);
331  m_channel[C] = m_onlineId->channel(hwid);
332  }
333 
334  if (m_addHash) {
337  }
338 
339  if(m_addCalib) {
341  const std::vector<HWIdentifier>& calibLineV=clCont->calibSlotLine(hwid);
342  if(!calibLineV.empty()) m_calibLine[C] = m_onlineId->channel(calibLineV[0]);
343  }
344 
345 
346  if ( m_OffId ) {
349  m_eta[C]=NOT_VALID;
350  m_phi[C]=NOT_VALID;
351 
352  if(m_realgeom){
353  m_reta[C]=NOT_VALID;
354  m_rphi[C]=NOT_VALID;
355  }
359  }
360 
361  if (m_addBC) m_badChanWord[C]=0;
362  bool connected=false;
363 
364  const CaloDetDescrManager_Base* dd_man = nullptr;
365  if (m_realgeom) {
366  if(m_isSC) {
368  dd_man = *caloSuperCellMgrHandle;
369  }
370  else {
372  dd_man = *caloMgrHandle;
373  }
374  }
375 
376  try {
377  if (cabling->isOnlineConnected(hwid)) {
378  Identifier id=cabling->cnvToIdentifier(hwid);
379  if ( m_OffId ) {
380  m_oflChanId[C] = id.get_identifier32().get_compact();
382 
383  if (dd_man) {
384  const CaloDetDescrElement *elem = dd_man->get_element(id);
385  if(!elem) {
386  ATH_MSG_WARNING("Do not have CDDE for "<<id.getString());
387  } else {
388  m_reta[C] = elem->eta_raw();
389  m_rphi[C] = elem->phi_raw();
390  }
391  }
392 
393  if (m_emId->is_lar_em(id)) {
394  m_eta[C] = m_emId->eta(id);
395  m_phi[C] = m_emId->phi(id);
396  m_layer[C] = m_emId->sampling(id);
397  m_region[C] = m_emId->region(id);
398  m_detector[C] = std::abs(m_emId->barrel_ec(id)) - 1; //0-barrel, 1-EMEC-OW, 2-EMEC-IW
399  }
400  else if (m_hecId->is_lar_hec(id)) {
401  m_eta[C] = m_hecId->eta(id);
402  m_phi[C] = m_hecId->phi(id);
403  m_layer[C] = m_hecId->sampling(id);
404  m_region[C] = m_hecId->region(id);
405  m_detector[C] = 3;
406  }
407  else if (m_fcalId->is_lar_fcal(id)) {
408  m_eta[C] = m_fcalId->eta(id);
409  m_phi[C] = m_fcalId->phi(id);
410  m_layer[C] = m_fcalId->module(id);
411  m_region[C] = 0;
412  m_detector[C] = 4;
413  }
414  } // m_OffId
415  connected=true;
416  }//end if is connected
417  }catch (LArID_Exception & except) {}
418 
419  //bad-channel word
420  if (m_addBC) m_badChanWord[C]=bcCont->status(hwid).packedData();
421  // FEB temperatures
422  if (m_addFEBTemp) {
423  FEBTemp tv = m_FEBTempTool->getFebTemp(hwid);
424  if( !tv.empty() ) {
425  FEBTemp::const_iterator itb = tv.begin();
426  FEBTemp::const_iterator ite = tv.end();
427  for(;itb!=ite;++itb) {
428  m_FEBTemp1[C] = (*itb).first;
429  m_FEBTemp2[C] = (*itb).second;
430  }
431  }
432  }
433 
434  if(m_addCalib) m_isConnected[C] = (long)connected;
435 
436  return connected;
437 }

◆ initialize()

StatusCode LArDigits2NtupleEB::initialize ( )
overridevirtual

Definition at line 22 of file LarDigits2NtupleEB.cxx.

23 {
24  ATH_MSG_DEBUG( "in initialize" );
25 
26  ATH_MSG_DEBUG(" IS it SC?? " << m_isSC );
27 
29 
30  StatusCode sc = m_nt->addItem("IEvent",m_IEvent);
31  if (sc!=StatusCode::SUCCESS) {
32  ATH_MSG_ERROR( "addItem 'IEvent' failed" );
33  return sc;
34  }
35 
36  sc = m_nt->addItem("samples",m_SC,m_Nsamples,m_samples);
37  if (sc!=StatusCode::SUCCESS) {
38  ATH_MSG_ERROR( "addItem 'samples' failed" );
39  return sc;
40  }
41 
42  sc = m_nt->addItem("Nsamples",m_SC,m_ntNsamples,0,32);
43  if (sc!=StatusCode::SUCCESS) {
44  ATH_MSG_ERROR( "addItem 'Nsamples' failed" );
45  return sc;
46  }
47 
48  if(m_fillBCID){
49  sc = m_nt->addItem("BCID",m_bcid);
50  if (sc!=StatusCode::SUCCESS) {
51  ATH_MSG_ERROR( "addItem 'BCID' failed" );
52  return sc;
53  }
54  }
55 
56  if(!m_isSC){
57  sc = m_nt->addItem("ELVL1Id",m_SC,m_ELVL1Id);
58  if (sc!=StatusCode::SUCCESS) {
59  ATH_MSG_ERROR( "addItem 'ELVL1Id' failed" );
60  return sc;
61  }
62  }
63 
64  // SC_ET RawSCContainer
65  sc = m_nt->addItem("energyVec_ET", m_SC, m_Net, m_energyVec_ET);
66  if (sc.isFailure()) {
67  ATH_MSG_ERROR( "addItem 'energyVec_ET' failed" );
68  return sc;
69  }
70 
71  sc = m_nt->addItem("bcidVec_ET", m_SC, m_Net, m_bcidVec_ET);
72  if (sc.isFailure()) {
73  ATH_MSG_ERROR( "addItem 'bcidVec_ET' failed" );
74  return sc;
75  }
76 
77  sc = m_nt->addItem("saturVec_ET", m_SC, m_Net, m_saturVec_ET);
78  if (sc.isFailure()) {
79  ATH_MSG_ERROR( "addItem 'saturVec_ET' failed" );
80  return sc;
81  }
82 
83  sc = m_nt->addItem("energyVec_ET_ID", m_SC, m_Net, m_energyVec_ET_ID);
84  if (sc.isFailure()) {
85  ATH_MSG_ERROR( "addItem 'energyVec_ET_ID' failed" );
86  return sc;
87  }
88 
89  sc = m_nt->addItem("bcidVec_ET_ID", m_SC, m_Net, m_bcidVec_ET_ID);
90  if (sc.isFailure()) {
91  ATH_MSG_ERROR( "addItem 'bcidVec_ET_ID' failed" );
92  return sc;
93  }
94 
95  sc = m_nt->addItem("saturVec_ET_ID", m_SC, m_Net, m_saturVec_ET_ID);
96  if (sc.isFailure()) {
97  ATH_MSG_ERROR( "addItem 'saturVec_ET_ID' failed" );
98  return sc;
99  }
100 
104 
105  m_ipass = 0;
106  m_event = 0;
107 
108  return StatusCode::SUCCESS;
109 
110 }

◆ inputHandles()

virtual std::vector<Gaudi::DataHandle*> AthCommonDataStore< AthCommonMsg< Algorithm > >::inputHandles ( ) const
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.

◆ msg() [1/2]

MsgStream& AthCommonMsg< Algorithm >::msg ( ) const
inlineinherited

Definition at line 24 of file AthCommonMsg.h.

24  {
25  return this->msgStream();
26  }

◆ msg() [2/2]

MsgStream& AthCommonMsg< Algorithm >::msg ( const MSG::Level  lvl) const
inlineinherited

Definition at line 27 of file AthCommonMsg.h.

27  {
28  return this->msgStream(lvl);
29  }

◆ msgLvl()

bool AthCommonMsg< Algorithm >::msgLvl ( const MSG::Level  lvl) const
inlineinherited

Definition at line 30 of file AthCommonMsg.h.

30  {
31  return this->msgLevel(lvl);
32  }

◆ outputHandles()

virtual std::vector<Gaudi::DataHandle*> AthCommonDataStore< AthCommonMsg< Algorithm > >::outputHandles ( ) const
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.

◆ renounce()

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> AthCommonDataStore< AthCommonMsg< Algorithm > >::renounce ( T &  h)
inlineprotectedinherited

Definition at line 380 of file AthCommonDataStore.h.

381  {
382  h.renounce();
383  PBASE::renounce (h);
384  }

◆ renounceArray()

void AthCommonDataStore< AthCommonMsg< Algorithm > >::renounceArray ( SG::VarHandleKeyArray handlesArray)
inlineprotectedinherited

remove all handles from I/O resolution

Definition at line 364 of file AthCommonDataStore.h.

364  {
365  handlesArray.renounce();
366  }

◆ sysInitialize()

StatusCode AthAlgorithm::sysInitialize ( )
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, PyAthena::Alg, and AthHistogramAlgorithm.

Definition at line 66 of file AthAlgorithm.cxx.

66  {
68 
69  if (sc.isFailure()) {
70  return sc;
71  }
72  ServiceHandle<ICondSvc> cs("CondSvc",name());
73  for (auto h : outputHandles()) {
74  if (h->isCondition() && h->mode() == Gaudi::DataHandle::Writer) {
75  // do this inside the loop so we don't create the CondSvc until needed
76  if ( cs.retrieve().isFailure() ) {
77  ATH_MSG_WARNING("no CondSvc found: won't autoreg WriteCondHandles");
78  return StatusCode::SUCCESS;
79  }
80  if (cs->regHandle(this,*h).isFailure()) {
81  sc = StatusCode::FAILURE;
82  ATH_MSG_ERROR("unable to register WriteCondHandle " << h->fullKey()
83  << " with CondSvc");
84  }
85  }
86  }
87  return sc;
88 }

◆ sysStart()

virtual StatusCode AthCommonDataStore< AthCommonMsg< Algorithm > >::sysStart ( )
overridevirtualinherited

Handle START transition.

We override this in order to make sure that conditions handle keys can cache a pointer to the conditions container.

◆ updateVHKA()

void AthCommonDataStore< AthCommonMsg< Algorithm > >::updateVHKA ( Gaudi::Details::PropertyBase &  )
inlineinherited

Definition at line 308 of file AthCommonDataStore.h.

308  {
309  // debug() << "updateVHKA for property " << p.name() << " " << p.toString()
310  // << " size: " << m_vhka.size() << endmsg;
311  for (auto &a : m_vhka) {
312  std::vector<SG::VarHandleKey*> keys = a->keys();
313  for (auto k : keys) {
314  k->setOwner(this);
315  }
316  }
317  }

Member Data Documentation

◆ m_addBC

Gaudi::Property< bool > LArCond2NtupleBaseEB::m_addBC {this, "AddBadChannelInfo", true, "dump BadChan info ?"}
protectedinherited

Definition at line 51 of file LArCond2NtupleBaseEB.h.

◆ m_addCalib

Gaudi::Property< bool > LArCond2NtupleBaseEB::m_addCalib {this, "AddCalib", false, "add also calib line info info ?"}
protectedinherited

Definition at line 57 of file LArCond2NtupleBaseEB.h.

◆ m_addFEBTemp

Gaudi::Property< bool > LArCond2NtupleBaseEB::m_addFEBTemp {this, "AddFEBTempInfo", false, "dump FEB temperature info ?"}
protectedinherited

Definition at line 52 of file LArCond2NtupleBaseEB.h.

◆ m_addHash

Gaudi::Property< bool > LArCond2NtupleBaseEB::m_addHash {this, "AddHash", false, "add also ID hash info ?"}
protectedinherited

Definition at line 56 of file LArCond2NtupleBaseEB.h.

◆ m_badChanWord

NTuple::Array<double> LArCond2NtupleBaseEB::m_badChanWord
protectedinherited

Definition at line 71 of file LArCond2NtupleBaseEB.h.

◆ m_barrel_ec

NTuple::Array<double> LArCond2NtupleBaseEB::m_barrel_ec
protectedinherited

Definition at line 70 of file LArCond2NtupleBaseEB.h.

◆ m_bcid

NTuple::Item<short> LArDigits2NtupleEB::m_bcid
protected

Definition at line 41 of file LArDigits2NtupleEB.h.

◆ m_bcidVec_ET

NTuple::Matrix<float> LArDigits2NtupleEB::m_bcidVec_ET
protected

Definition at line 44 of file LArDigits2NtupleEB.h.

◆ m_bcidVec_ET_ID

NTuple::Matrix<float> LArDigits2NtupleEB::m_bcidVec_ET_ID
protected

Definition at line 48 of file LArDigits2NtupleEB.h.

◆ m_BCKey

SG::ReadCondHandleKey<LArBadChannelCont> LArCond2NtupleBaseEB::m_BCKey {this, "BadChanKey", "LArBadChannel", "SG bad channels key"}
protectedinherited

Definition at line 93 of file LArCond2NtupleBaseEB.h.

◆ m_cablingKey

SG::ReadCondHandleKey<LArOnOffIdMapping> LArCond2NtupleBaseEB::m_cablingKey {this,"CablingKey","LArOnOffIdMap","SG Key of LArOnOffIdMapping object"}
protectedinherited

Definition at line 90 of file LArCond2NtupleBaseEB.h.

◆ m_cablingSCKey

SG::ReadCondHandleKey<LArOnOffIdMapping> LArCond2NtupleBaseEB::m_cablingSCKey {this,"CablingSCKey","LArOnOffIdMapSC","SG Key of LArOnOffIdMapping object"}
protectedinherited

Definition at line 91 of file LArCond2NtupleBaseEB.h.

◆ m_calibLine

NTuple::Array<double> LArCond2NtupleBaseEB::m_calibLine
protectedinherited

Definition at line 71 of file LArCond2NtupleBaseEB.h.

◆ m_calibMapKey

SG::ReadCondHandleKey<LArCalibLineMapping> LArCond2NtupleBaseEB::m_calibMapKey {this,"CalibMapKey","LArCalibLineMap","SG Key of calib line mapping object"}
protectedinherited

Definition at line 94 of file LArCond2NtupleBaseEB.h.

◆ m_calibMapSCKey

SG::ReadCondHandleKey<LArCalibLineMapping> LArCond2NtupleBaseEB::m_calibMapSCKey {this,"CalibMapSCKey","LArCalibIdMapSC","SG Key of calib line mapping object"}
protectedinherited

Definition at line 95 of file LArCond2NtupleBaseEB.h.

◆ m_caloId

const CaloCell_Base_ID* LArCond2NtupleBaseEB::m_caloId
protectedinherited

Definition at line 87 of file LArCond2NtupleBaseEB.h.

◆ m_caloMgrKey

SG::ReadCondHandleKey<CaloDetDescrManager> LArCond2NtupleBaseEB::m_caloMgrKey {this, "CaloDetDescrManager", "CaloDetDescrManager", "SG Key for CaloDetDescrManager in the Condition Store"}
protectedinherited

Definition at line 97 of file LArCond2NtupleBaseEB.h.

◆ m_caloSuperCellMgrKey

SG::ReadCondHandleKey<CaloSuperCellDetDescrManager> LArCond2NtupleBaseEB::m_caloSuperCellMgrKey
protectedinherited
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

Definition at line 73 of file LArCond2NtupleBaseEB.h.

◆ m_channel

NTuple::Array<double> LArCond2NtupleBaseEB::m_channel
protectedinherited

Definition at line 70 of file LArCond2NtupleBaseEB.h.

◆ m_contKey

SG::ReadHandleKey<LArDigitContainer> LArDigits2NtupleEB::m_contKey {this, "ContainerKey", "FREE", "key for LArDigitContainer"}
protected

Definition at line 51 of file LArDigits2NtupleEB.h.

◆ m_detector

NTuple::Array<double> LArCond2NtupleBaseEB::m_detector
protectedinherited

Definition at line 69 of file LArCond2NtupleBaseEB.h.

◆ m_detStore

StoreGateSvc* LArCond2NtupleBaseEB::m_detStore
protectedinherited

Definition at line 82 of file LArCond2NtupleBaseEB.h.

◆ m_ELVL1Id

NTuple::Array<short> LArDigits2NtupleEB::m_ELVL1Id
protected

Definition at line 38 of file LArDigits2NtupleEB.h.

◆ m_emId

const LArEM_Base_ID* LArCond2NtupleBaseEB::m_emId
protectedinherited

Definition at line 83 of file LArCond2NtupleBaseEB.h.

◆ m_energyVec_ET

NTuple::Matrix<float> LArDigits2NtupleEB::m_energyVec_ET
protected

Definition at line 43 of file LArDigits2NtupleEB.h.

◆ m_energyVec_ET_ID

NTuple::Matrix<float> LArDigits2NtupleEB::m_energyVec_ET_ID
protected

Definition at line 47 of file LArDigits2NtupleEB.h.

◆ m_eta

NTuple::Array<double> LArCond2NtupleBaseEB::m_eta
protectedinherited

Definition at line 69 of file LArCond2NtupleBaseEB.h.

◆ m_event

long LArDigits2NtupleEB::m_event
protected

Definition at line 29 of file LArDigits2NtupleEB.h.

◆ m_evtInfoKey

SG::ReadHandleKey<xAOD::EventInfo> LArDigits2NtupleEB::m_evtInfoKey { this, "EventInfoKey", "EventInfo", "SG for EventInfo Key" }
protected

Definition at line 52 of file LArDigits2NtupleEB.h.

◆ m_evtStore

StoreGateSvc_t AthCommonDataStore< AthCommonMsg< Algorithm > >::m_evtStore
privateinherited

Pointer to StoreGate (event store by default)

Definition at line 390 of file AthCommonDataStore.h.

◆ m_expandId

Gaudi::Property< bool > LArCond2NtupleBaseEB::m_expandId {this,"ExpandId", true ,"add online Id decoded fields ?"}
protectedinherited

Definition at line 59 of file LArCond2NtupleBaseEB.h.

◆ m_extendedExtraObjects

DataObjIDColl AthAlgorithm::m_extendedExtraObjects
privateinherited

Definition at line 79 of file AthAlgorithm.h.

◆ m_fcalId

const LArFCAL_Base_ID* LArCond2NtupleBaseEB::m_fcalId
protectedinherited

Definition at line 85 of file LArCond2NtupleBaseEB.h.

◆ m_febHash

NTuple::Array<double> LArCond2NtupleBaseEB::m_febHash
protectedinherited

Definition at line 73 of file LArCond2NtupleBaseEB.h.

◆ m_FEBTemp1

NTuple::Array<float> LArCond2NtupleBaseEB::m_FEBTemp1
protectedinherited

Definition at line 76 of file LArCond2NtupleBaseEB.h.

◆ m_FEBTemp2

NTuple::Array<float> LArCond2NtupleBaseEB::m_FEBTemp2
protectedinherited

Definition at line 76 of file LArCond2NtupleBaseEB.h.

◆ m_FEBTempTool

ToolHandle<ILArFEBTempTool> LArCond2NtupleBaseEB::m_FEBTempTool
protectedinherited

Definition at line 88 of file LArCond2NtupleBaseEB.h.

◆ m_fillBCID

Gaudi::Property< bool > LArDigits2NtupleEB::m_fillBCID {this, "FillBCID", false, "if to fill BCID"}
protected

Definition at line 34 of file LArDigits2NtupleEB.h.

◆ m_FT

NTuple::Array<double> LArCond2NtupleBaseEB::m_FT
protectedinherited

Definition at line 70 of file LArCond2NtupleBaseEB.h.

◆ m_FTlist

Gaudi::Property< std::vector<unsigned int> > LArDigits2NtupleEB::m_FTlist {this, "FTlist", {}, "which FT to dump"}
protected

Definition at line 33 of file LArDigits2NtupleEB.h.

◆ m_gain

NTuple::Array<short> LArDigits2NtupleEB::m_gain
protected

Definition at line 37 of file LArDigits2NtupleEB.h.

◆ m_hecId

const LArHEC_Base_ID* LArCond2NtupleBaseEB::m_hecId
protectedinherited

Definition at line 84 of file LArCond2NtupleBaseEB.h.

◆ m_IEvent

NTuple::Item<unsigned long long> LArDigits2NtupleEB::m_IEvent
protected

Definition at line 39 of file LArDigits2NtupleEB.h.

◆ m_initialized

bool LArCond2NtupleBaseEB::m_initialized
privateinherited

Definition at line 47 of file LArCond2NtupleBaseEB.h.

◆ m_ipass

int LArDigits2NtupleEB::m_ipass
protected

Definition at line 27 of file LArDigits2NtupleEB.h.

◆ m_isConnected

NTuple::Array<double> LArCond2NtupleBaseEB::m_isConnected
protectedinherited

Definition at line 72 of file LArCond2NtupleBaseEB.h.

◆ m_isFlat

Gaudi::Property< bool > LArCond2NtupleBaseEB::m_isFlat {this, "isFlat", false, "are we working with Flat conditions ?"}
protectedinherited

Definition at line 54 of file LArCond2NtupleBaseEB.h.

◆ m_isSC

Gaudi::Property< bool > LArCond2NtupleBaseEB::m_isSC {this, "isSC", false, "are we working with SC?"}
protectedinherited

Definition at line 53 of file LArCond2NtupleBaseEB.h.

◆ m_LArFebHeaderContainerKey

SG::ReadHandleKey<LArFebHeaderContainer> LArDigits2NtupleEB::m_LArFebHeaderContainerKey { this, "LArFebHeaderKey", "LArFebHeader" }
protected

Definition at line 53 of file LArDigits2NtupleEB.h.

◆ m_layer

NTuple::Array<double> LArCond2NtupleBaseEB::m_layer
protectedinherited

Definition at line 69 of file LArCond2NtupleBaseEB.h.

◆ m_Net

Gaudi::Property< unsigned int > LArDigits2NtupleEB::m_Net {this, "Net", 5, "number of energies to store"}
protected

Definition at line 32 of file LArDigits2NtupleEB.h.

◆ m_Nsamples

Gaudi::Property< unsigned int > LArDigits2NtupleEB::m_Nsamples {this, "NSamples", 32, "number of samples to store"}
protected

Definition at line 31 of file LArDigits2NtupleEB.h.

◆ m_nt

NTuple::Tuple* LArCond2NtupleBaseEB::m_nt
protectedinherited

Definition at line 66 of file LArCond2NtupleBaseEB.h.

◆ m_ntNsamples

NTuple::Array<int> LArDigits2NtupleEB::m_ntNsamples
protected

Definition at line 36 of file LArDigits2NtupleEB.h.

◆ m_ntpath

std::string LArCond2NtupleBaseEB::m_ntpath
protectedinherited

Definition at line 63 of file LArCond2NtupleBaseEB.h.

◆ m_ntTitle

std::string LArCond2NtupleBaseEB::m_ntTitle
protectedinherited

Definition at line 63 of file LArCond2NtupleBaseEB.h.

◆ m_OffId

Gaudi::Property< bool > LArCond2NtupleBaseEB::m_OffId {this, "OffId", false, "dump also offline ID ?"}
protectedinherited

Definition at line 55 of file LArCond2NtupleBaseEB.h.

◆ m_oflChanId

NTuple::Array<double> LArCond2NtupleBaseEB::m_oflChanId
protectedinherited

Definition at line 69 of file LArCond2NtupleBaseEB.h.

◆ m_oflHash

NTuple::Array<double> LArCond2NtupleBaseEB::m_oflHash
protectedinherited

Definition at line 73 of file LArCond2NtupleBaseEB.h.

◆ m_onlChanId

NTuple::Array<double> LArCond2NtupleBaseEB::m_onlChanId
protectedinherited

Definition at line 69 of file LArCond2NtupleBaseEB.h.

◆ m_onlineId

const LArOnlineID_Base* LArCond2NtupleBaseEB::m_onlineId
protectedinherited

Definition at line 86 of file LArCond2NtupleBaseEB.h.

◆ m_phi

NTuple::Array<double> LArCond2NtupleBaseEB::m_phi
protectedinherited

Definition at line 69 of file LArCond2NtupleBaseEB.h.

◆ m_pos_neg

NTuple::Array<double> LArCond2NtupleBaseEB::m_pos_neg
protectedinherited

Definition at line 70 of file LArCond2NtupleBaseEB.h.

◆ m_realgeom

Gaudi::Property< bool > LArCond2NtupleBaseEB::m_realgeom {this, "RealGeometry", false, "add real geometry values ?"}
protectedinherited

Definition at line 58 of file LArCond2NtupleBaseEB.h.

◆ m_region

NTuple::Array<double> LArCond2NtupleBaseEB::m_region
protectedinherited

Definition at line 69 of file LArCond2NtupleBaseEB.h.

◆ m_reta

NTuple::Array<float> LArCond2NtupleBaseEB::m_reta
protectedinherited

Definition at line 75 of file LArCond2NtupleBaseEB.h.

◆ m_rphi

NTuple::Array<float> LArCond2NtupleBaseEB::m_rphi
protectedinherited

Definition at line 75 of file LArCond2NtupleBaseEB.h.

◆ m_samples

NTuple::Matrix<short> LArDigits2NtupleEB::m_samples
protected

Definition at line 40 of file LArDigits2NtupleEB.h.

◆ m_saturVec_ET

NTuple::Matrix<bool> LArDigits2NtupleEB::m_saturVec_ET
protected

Definition at line 45 of file LArDigits2NtupleEB.h.

◆ m_saturVec_ET_ID

NTuple::Matrix<bool> LArDigits2NtupleEB::m_saturVec_ET_ID
protected

Definition at line 49 of file LArDigits2NtupleEB.h.

◆ m_SC

const int LArCond2NtupleBaseEB::m_SC = 34048
protectedinherited

Definition at line 80 of file LArCond2NtupleBaseEB.h.

◆ m_slot

NTuple::Array<double> LArCond2NtupleBaseEB::m_slot
protectedinherited

Definition at line 70 of file LArCond2NtupleBaseEB.h.

◆ m_varHandleArraysDeclared

bool AthCommonDataStore< AthCommonMsg< Algorithm > >::m_varHandleArraysDeclared
privateinherited

Definition at line 399 of file AthCommonDataStore.h.

◆ m_vhka

std::vector<SG::VarHandleKeyArray*> AthCommonDataStore< AthCommonMsg< Algorithm > >::m_vhka
privateinherited

Definition at line 398 of file AthCommonDataStore.h.


The documentation for this class was generated from the following files:
LArCond2NtupleBaseEB::m_phi
NTuple::Array< double > m_phi
Definition: LArCond2NtupleBaseEB.h:69
LArCond2NtupleBaseEB::m_ntTitle
std::string m_ntTitle
Definition: LArCond2NtupleBaseEB.h:63
LArRawSC
Liquid Argon SuperCell raw data.
Definition: LArRawSC.h:19
LArCond2NtupleBaseEB::m_region
NTuple::Array< double > m_region
Definition: LArCond2NtupleBaseEB.h:69
LArEM_Base_ID::phi
int phi(const Identifier id) const
return phi according to :
LArCond2NtupleBaseEB::m_layer
NTuple::Array< double > m_layer
Definition: LArCond2NtupleBaseEB.h:69
LArDigits2NtupleEB::m_evtInfoKey
SG::ReadHandleKey< xAOD::EventInfo > m_evtInfoKey
Definition: LArDigits2NtupleEB.h:52
LArOnlineID_Base::channel_Hash
IdentifierHash channel_Hash(HWIdentifier channelId) const
Create channel_hash from channel_Id.
Definition: LArOnlineID_Base.cxx:1636
CaloCell_Base_ID::calo_cell_hash
IdentifierHash calo_cell_hash(const Identifier cellId) const
create hash id from 'global' cell id
python.PerfMonSerializer.p
def p
Definition: PerfMonSerializer.py:743
LArCond2NtupleBaseEB::m_fcalId
const LArFCAL_Base_ID * m_fcalId
Definition: LArCond2NtupleBaseEB.h:85
LArHEC_Base_ID::eta
int eta(const Identifier id) const
return eta [0,9] outer part [0,3] inner part
LArCond2NtupleBaseEB::m_oflHash
NTuple::Array< double > m_oflHash
Definition: LArCond2NtupleBaseEB.h:73
SG::ReadCondHandle
Definition: ReadCondHandle.h:44
LArCond2NtupleBaseEB::m_chanHash
NTuple::Array< double > m_chanHash
Definition: LArCond2NtupleBaseEB.h:73
AtlasDetectorID::is_lar_fcal
bool is_lar_fcal(Identifier id) const
Definition: AtlasDetectorID.h:839
LArCond2NtupleBaseEB::m_cablingKey
SG::ReadCondHandleKey< LArOnOffIdMapping > m_cablingKey
Definition: LArCond2NtupleBaseEB.h:90
SG::ReadHandle
Definition: StoreGate/StoreGate/ReadHandle.h:70
AthCommonDataStore::declareProperty
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T > &t)
Definition: AthCommonDataStore.h:145
LArDigits2NtupleEB::m_bcidVec_ET_ID
NTuple::Matrix< float > m_bcidVec_ET_ID
Definition: LArDigits2NtupleEB.h:48
LArRawSCContainer
Container class for LArRawSC.
Definition: LArRawSCContainer.h:17
LArCond2NtupleBaseEB::m_slot
NTuple::Array< double > m_slot
Definition: LArCond2NtupleBaseEB.h:70
LArCond2NtupleBaseEB::m_FT
NTuple::Array< double > m_FT
Definition: LArCond2NtupleBaseEB.h:70
LArBadXCont
Conditions-Data class holding LAr Bad Channel or Bad Feb information.
Definition: LArBadChannelCont.h:28
LArCalibLineMapping::calibSlotLine
const std::vector< HWIdentifier > & calibSlotLine(const HWIdentifier id) const
Definition: LArCalibLineMapping.cxx:15
LArCond2NtupleBaseEB::m_OffId
Gaudi::Property< bool > m_OffId
Definition: LArCond2NtupleBaseEB.h:55
LArDigits2NtupleEB::m_Net
Gaudi::Property< unsigned int > m_Net
Definition: LArDigits2NtupleEB.h:32
CaloDetDescrElement
This class groups all DetDescr information related to a CaloCell. Provides a generic interface for al...
Definition: Calorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrElement.h:66
LArCalibLineMapping
Definition: LArCalibLineMapping.h:17
DMTest::C
C_v1 C
Definition: C.h:26
CaloDetDescrManager_Base::get_element
const CaloDetDescrElement * get_element(const Identifier &cellId) const
get element by its identifier
Definition: CaloDetDescrManager.cxx:159
ReadCellNoiseFromCool.cabling
cabling
Definition: ReadCellNoiseFromCool.py:154
LArCond2NtupleBaseEB::m_eta
NTuple::Array< double > m_eta
Definition: LArCond2NtupleBaseEB.h:69
LArOnlineID_Base::slot
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...
Definition: LArOnlineID_Base.cxx:1961
AthCommonDataStore< AthCommonMsg< Algorithm > >::m_evtStore
StoreGateSvc_t m_evtStore
Pointer to StoreGate (event store by default)
Definition: AthCommonDataStore.h:390
AthCommonDataStore< AthCommonMsg< Algorithm > >::m_vhka
std::vector< SG::VarHandleKeyArray * > m_vhka
Definition: AthCommonDataStore.h:398
LArFCAL_Base_ID::module
int module(const Identifier id) const
module [1,3]
LArCond2NtupleBaseEB::NOT_VALID
@ NOT_VALID
Definition: LArCond2NtupleBaseEB.h:61
LArCond2NtupleBaseEB::initialize
StatusCode initialize()
Definition: LArCond2NtupleBaseEB.cxx:29
LArEM_Base_ID::region
int region(const Identifier id) const
return region according to :
LArCond2NtupleBaseEB::m_SC
const int m_SC
Definition: LArCond2NtupleBaseEB.h:80
LArEM_Base_ID::sampling
int sampling(const Identifier id) const
return sampling according to :
CaloDetDescrManager_Base
Definition: CaloDetDescrManager.h:147
LArDigits2NtupleEB::m_ntNsamples
NTuple::Array< int > m_ntNsamples
Definition: LArDigits2NtupleEB.h:36
LArG4FSStartPointFilter.evt
evt
Definition: LArG4FSStartPointFilter.py:42
LArDigits2NtupleEB::m_bcidVec_ET
NTuple::Matrix< float > m_bcidVec_ET
Definition: LArDigits2NtupleEB.h:44
LArCond2NtupleBaseEB::m_caloSuperCellMgrKey
SG::ReadCondHandleKey< CaloSuperCellDetDescrManager > m_caloSuperCellMgrKey
Definition: LArCond2NtupleBaseEB.h:98
read_hist_ntuple.t
t
Definition: read_hist_ntuple.py:5
LArCond2NtupleBaseEB::m_ntpath
std::string m_ntpath
Definition: LArCond2NtupleBaseEB.h:63
SG::VarHandleKey::key
const std::string & key() const
Return the StoreGate ID for the referenced object.
Definition: AthToolSupport/AsgDataHandles/Root/VarHandleKey.cxx:141
LArCond2NtupleBaseEB::m_rphi
NTuple::Array< float > m_rphi
Definition: LArCond2NtupleBaseEB.h:75
CaloGain::LARNGAIN
@ LARNGAIN
Definition: CaloGain.h:19
LArOnlineID_Base::barrel_ec
int barrel_ec(const HWIdentifier id) const
Return the position barrel or endcap of a hardware cell identifier: barrel_ec = [0,...
Definition: LArOnlineID_Base.cxx:1942
LArCond2NtupleBaseEB::m_badChanWord
NTuple::Array< double > m_badChanWord
Definition: LArCond2NtupleBaseEB.h:71
LArBadXCont::status
LArBC_t status(const HWIdentifier channel) const
Query the status of a particular channel or FEB This is the main client access method.
LArRawSC::satur
const std::vector< bool > & satur() const
Definition: LArRawSC.h:107
LArCond2NtupleBaseEB::m_expandId
Gaudi::Property< bool > m_expandId
Definition: LArCond2NtupleBaseEB.h:59
LArEM_Base_ID::eta
int eta(const Identifier id) const
return eta according to :
FEBTemp
std::vector< std::pair< float, float > > FEBTemp
Definition: ILArFEBTempTool.h:27
AthenaPoolTestRead.sc
sc
Definition: AthenaPoolTestRead.py:27
LArFCAL_Base_ID::eta
int eta(const Identifier id) const
eta [0,63] module 1 ; [0,31] module 2 ; [0,15] module 3
CaloDetDescrElement::eta_raw
float eta_raw() const
cell eta_raw
Definition: Calorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrElement.h:350
SG::VarHandleKeyArray::setOwner
virtual void setOwner(IDataHandleHolder *o)=0
LArCond2NtupleBaseEB::m_calibMapSCKey
SG::ReadCondHandleKey< LArCalibLineMapping > m_calibMapSCKey
Definition: LArCond2NtupleBaseEB.h:95
LArDigits2NtupleEB::m_saturVec_ET_ID
NTuple::Matrix< bool > m_saturVec_ET_ID
Definition: LArDigits2NtupleEB.h:49
CaloGain::INVALIDGAIN
@ INVALIDGAIN
Definition: CaloGain.h:18
python.setupRTTAlg.size
int size
Definition: setupRTTAlg.py:39
LArFCAL_Base_ID::phi
int phi(const Identifier id) const
phi [0,15]
LArCond2NtupleBaseEB::m_addBC
Gaudi::Property< bool > m_addBC
Definition: LArCond2NtupleBaseEB.h:51
AthCommonDataStore< AthCommonMsg< Algorithm > >::evtStore
ServiceHandle< StoreGateSvc > & evtStore()
The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc.
Definition: AthCommonDataStore.h:85
LArCond2NtupleBaseEB::m_cablingSCKey
SG::ReadCondHandleKey< LArOnOffIdMapping > m_cablingSCKey
Definition: LArCond2NtupleBaseEB.h:91
LArOnlineID_Base::channel
int channel(const HWIdentifier id) const
Return the channel number of a hardware cell identifier channel = [0,127] in all FEB.
Definition: LArOnlineID_Base.cxx:1967
AthCommonDataStore
Definition: AthCommonDataStore.h:52
AthAlgorithm::sysInitialize
virtual StatusCode sysInitialize() override
Override sysInitialize.
Definition: AthAlgorithm.cxx:66
ATH_MSG_ERROR
#define ATH_MSG_ERROR(x)
Definition: AthMsgStreamMacros.h:33
LArDigits2NtupleEB::m_bcid
NTuple::Item< short > m_bcid
Definition: LArDigits2NtupleEB.h:41
AthCommonDataStore< AthCommonMsg< Algorithm > >::outputHandles
virtual std::vector< Gaudi::DataHandle * > outputHandles() const override
Return this algorithm's output handles.
LArCond2NtupleBaseEB::m_FEBTempTool
ToolHandle< ILArFEBTempTool > m_FEBTempTool
Definition: LArCond2NtupleBaseEB.h:88
LArDigit
Liquid Argon digit base class.
Definition: LArDigit.h:25
lumiFormat.i
int i
Definition: lumiFormat.py:92
Identifier
Definition: DetectorDescription/Identifier/Identifier/Identifier.h:32
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
ATH_MSG_DEBUG
#define ATH_MSG_DEBUG(x)
Definition: AthMsgStreamMacros.h:29
LArDigits2NtupleEB::m_energyVec_ET
NTuple::Matrix< float > m_energyVec_ET
Definition: LArDigits2NtupleEB.h:43
LArCond2NtupleBaseEB::m_onlineId
const LArOnlineID_Base * m_onlineId
Definition: LArCond2NtupleBaseEB.h:86
LArDigits2NtupleEB::m_LArFebHeaderContainerKey
SG::ReadHandleKey< LArFebHeaderContainer > m_LArFebHeaderContainerKey
Definition: LArDigits2NtupleEB.h:53
LArCond2NtupleBaseEB::m_febHash
NTuple::Array< double > m_febHash
Definition: LArCond2NtupleBaseEB.h:73
LArOnlineID_Base::pos_neg
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...
Definition: LArOnlineID_Base.cxx:1954
ATH_CHECK
#define ATH_CHECK
Definition: AthCheckMacros.h:40
LArCond2NtupleBaseEB::m_FEBTemp2
NTuple::Array< float > m_FEBTemp2
Definition: LArCond2NtupleBaseEB.h:76
LArCond2NtupleBaseEB::m_detector
NTuple::Array< double > m_detector
Definition: LArCond2NtupleBaseEB.h:69
AtlasDetectorID::is_lar_hec
bool is_lar_hec(Identifier id) const
Definition: AtlasDetectorID.h:829
AthCommonDataStore< AthCommonMsg< Algorithm > >::m_detStore
StoreGateSvc_t m_detStore
Pointer to StoreGate (detector store by default)
Definition: AthCommonDataStore.h:393
SG::VarHandleKey::initialize
StatusCode initialize(bool used=true)
If this object is used as a property, then this should be called during the initialize phase.
Definition: AthToolSupport/AsgDataHandles/Root/VarHandleKey.cxx:103
LArCond2NtupleBaseEB::m_channel
NTuple::Array< double > m_channel
Definition: LArCond2NtupleBaseEB.h:70
LArCond2NtupleBaseEB::fillFromIdentifier
bool fillFromIdentifier(const HWIdentifier &id, int C)
Definition: LArCond2NtupleBaseEB.cxx:280
LArCond2NtupleBaseEB::m_addFEBTemp
Gaudi::Property< bool > m_addFEBTemp
Definition: LArCond2NtupleBaseEB.h:52
LArOnlineID_Base::feb_Id
HWIdentifier feb_Id(int barrel_ec, int pos_neg, int feedthrough, int slot) const
Create feb_Id from fields.
Definition: LArOnlineID_Base.cxx:1483
SG::VarHandleKeyArray::renounce
virtual void renounce()=0
SG::HandleClassifier::type
std::conditional< std::is_base_of< SG::VarHandleKeyArray, T >::value, VarHandleKeyArrayType, type2 >::type type
Definition: HandleClassifier.h:54
LArDigits2NtupleEB::m_energyVec_ET_ID
NTuple::Matrix< float > m_energyVec_ET_ID
Definition: LArDigits2NtupleEB.h:47
LArCond2NtupleBaseEB::m_nt
NTuple::Tuple * m_nt
Definition: LArCond2NtupleBaseEB.h:66
LArDigits2NtupleEB::m_samples
NTuple::Matrix< short > m_samples
Definition: LArDigits2NtupleEB.h:40
LArCond2NtupleBaseEB::m_barrel_ec
NTuple::Array< double > m_barrel_ec
Definition: LArCond2NtupleBaseEB.h:70
merge_scale_histograms.doc
string doc
Definition: merge_scale_histograms.py:9
LArCond2NtupleBaseEB::m_BCKey
SG::ReadCondHandleKey< LArBadChannelCont > m_BCKey
Definition: LArCond2NtupleBaseEB.h:93
LArCond2NtupleBaseEB::m_FEBTemp1
NTuple::Array< float > m_FEBTemp1
Definition: LArCond2NtupleBaseEB.h:76
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
LArDigits2NtupleEB::m_Nsamples
Gaudi::Property< unsigned int > m_Nsamples
Definition: LArDigits2NtupleEB.h:31
LArDigits2NtupleEB::m_IEvent
NTuple::Item< unsigned long long > m_IEvent
Definition: LArDigits2NtupleEB.h:39
LArEM_Base_ID::barrel_ec
int barrel_ec(const Identifier id) const
return barrel_ec according to :
LArCond2NtupleBaseEB::LArCond2NtupleBaseEB
LArCond2NtupleBaseEB(const std::string &name, ISvcLocator *pSvcLocator)
Definition: LArCond2NtupleBaseEB.cxx:15
LArCond2NtupleBaseEB::m_oflChanId
NTuple::Array< double > m_oflChanId
Definition: LArCond2NtupleBaseEB.h:69
LArDigits2NtupleEB::m_contKey
SG::ReadHandleKey< LArDigitContainer > m_contKey
Definition: LArDigits2NtupleEB.h:51
LArCond2NtupleBaseEB::m_emId
const LArEM_Base_ID * m_emId
Definition: LArCond2NtupleBaseEB.h:83
LArRawSC::bcids
const std::vector< unsigned short > & bcids() const
Definition: LArRawSC.h:104
AthAlgorithm::m_extendedExtraObjects
DataObjIDColl m_extendedExtraObjects
Definition: AthAlgorithm.h:79
LArOnlineID_Base::feedthrough
int feedthrough(const HWIdentifier id) const
Return the feedthrough of a hardware cell identifier : feedthrough = [0,31] Barrel - A/C side or H/...
Definition: LArOnlineID_Base.cxx:1948
LArDigits2NtupleEB::m_ELVL1Id
NTuple::Array< short > m_ELVL1Id
Definition: LArDigits2NtupleEB.h:38
a
TList * a
Definition: liststreamerinfos.cxx:10
h
ATH_MSG_WARNING
#define ATH_MSG_WARNING(x)
Definition: AthMsgStreamMacros.h:32
LArCond2NtupleBaseEB::m_caloId
const CaloCell_Base_ID * m_caloId
Definition: LArCond2NtupleBaseEB.h:87
LArDigits2NtupleEB::m_event
long m_event
Definition: LArDigits2NtupleEB.h:29
LArHEC_Base_ID::sampling
int sampling(const Identifier id) const
return sampling [0,3] (only 0 for supercells)
SG::VarHandleBase::vhKey
SG::VarHandleKey & vhKey()
Return a non-const reference to the HandleKey.
Definition: StoreGate/src/VarHandleBase.cxx:616
LArDigitContainer
Container class for LArDigit.
Definition: LArDigitContainer.h:24
declareProperty
#define declareProperty(n, p, h)
Definition: BaseFakeBkgTool.cxx:15
LArCond2NtupleBaseEB::m_reta
NTuple::Array< float > m_reta
Definition: LArCond2NtupleBaseEB.h:75
python.Bindings.keys
keys
Definition: Control/AthenaPython/python/Bindings.py:790
LArCond2NtupleBaseEB::m_caloMgrKey
SG::ReadCondHandleKey< CaloDetDescrManager > m_caloMgrKey
Definition: LArCond2NtupleBaseEB.h:97
LArCond2NtupleBaseEB::m_onlChanId
NTuple::Array< double > m_onlChanId
Definition: LArCond2NtupleBaseEB.h:69
LHEF::Writer
Pythia8::Writer Writer
Definition: Prophecy4fMerger.cxx:12
DataVector::at
const T * at(size_type n) const
Access an element, as an rvalue.
LArDigits2NtupleEB::m_gain
NTuple::Array< short > m_gain
Definition: LArDigits2NtupleEB.h:37
LArCond2NtupleBaseEB::m_calibLine
NTuple::Array< double > m_calibLine
Definition: LArCond2NtupleBaseEB.h:71
LArDigits2NtupleEB::m_ipass
int m_ipass
Definition: LArDigits2NtupleEB.h:27
LArCond2NtupleBaseEB::m_isConnected
NTuple::Array< double > m_isConnected
Definition: LArCond2NtupleBaseEB.h:72
LArCond2NtupleBaseEB::m_addCalib
Gaudi::Property< bool > m_addCalib
Definition: LArCond2NtupleBaseEB.h:57
ntupleSvc
INTupleSvc * ntupleSvc()
Definition: ServiceAccessor.h:14
LArHEC_Base_ID::region
int region(const Identifier id) const
return region [0,1]
AtlasDetectorID::is_lar_em
bool is_lar_em(Identifier id) const
Definition: AtlasDetectorID.h:818
LArCond2NtupleBaseEB::m_realgeom
Gaudi::Property< bool > m_realgeom
Definition: LArCond2NtupleBaseEB.h:58
AthCommonDataStore::declareGaudiProperty
Gaudi::Details::PropertyBase & declareGaudiProperty(Gaudi::Property< T > &hndl, const SG::VarHandleKeyType &)
specialization for handling Gaudi::Property<SG::VarHandleKey>
Definition: AthCommonDataStore.h:156
LArCond2NtupleBaseEB::m_pos_neg
NTuple::Array< double > m_pos_neg
Definition: LArCond2NtupleBaseEB.h:70
LArDigits2NtupleEB::m_saturVec_ET
NTuple::Matrix< bool > m_saturVec_ET
Definition: LArDigits2NtupleEB.h:45
LArID_Exception
Exception class for LAr Identifiers.
Definition: LArID_Exception.h:20
LArOnlineID_Base::feb_Hash
IdentifierHash feb_Hash(HWIdentifier febId) const
Create feb hash identifiers from feb identifiers.
Definition: LArOnlineID_Base.cxx:1516
LArCond2NtupleBaseEB::m_hecId
const LArHEC_Base_ID * m_hecId
Definition: LArCond2NtupleBaseEB.h:84
LArCond2NtupleBaseEB::m_addHash
Gaudi::Property< bool > m_addHash
Definition: LArCond2NtupleBaseEB.h:56
fitman.k
k
Definition: fitman.py:528
CaloDetDescrElement::phi_raw
float phi_raw() const
cell phi_raw
Definition: Calorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrElement.h:352
LArCond2NtupleBaseEB::m_calibMapKey
SG::ReadCondHandleKey< LArCalibLineMapping > m_calibMapKey
Definition: LArCond2NtupleBaseEB.h:94
LArHEC_Base_ID::phi
int phi(const Identifier id) const
return phi[0,63] outer part [0,31] inner part
LArCond2NtupleBaseEB::m_isSC
Gaudi::Property< bool > m_isSC
Definition: LArCond2NtupleBaseEB.h:53
ServiceHandle< ICondSvc >
LArOnOffIdMapping
Definition: LArOnOffIdMapping.h:20
LArRawSC::energies
const std::vector< int > & energies() const
Definition: LArRawSC.h:101
LArDigits2NtupleEB::m_fillBCID
Gaudi::Property< bool > m_fillBCID
Definition: LArDigits2NtupleEB.h:34