|
ATLAS Offline Software
|
#include <LArTimePhysPrediction.h>
|
| LArTimePhysPrediction (const std::string &name, ISvcLocator *pSvcLocator) |
|
| ~LArTimePhysPrediction () |
|
virtual StatusCode | initialize () override |
|
virtual StatusCode | execute () override |
|
virtual StatusCode | stop () override |
|
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 |
|
Definition at line 23 of file LArTimePhysPrediction.h.
◆ StoreGateSvc_t
◆ LArTimePhysPrediction()
LArTimePhysPrediction::LArTimePhysPrediction |
( |
const std::string & |
name, |
|
|
ISvcLocator * |
pSvcLocator |
|
) |
| |
◆ ~LArTimePhysPrediction()
LArTimePhysPrediction::~LArTimePhysPrediction |
( |
| ) |
|
|
default |
◆ 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()
virtual StatusCode LArTimePhysPrediction::execute |
( |
| ) |
|
|
inlineoverridevirtual |
◆ 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();
◆ initialize()
StatusCode LArTimePhysPrediction::initialize |
( |
| ) |
|
|
overridevirtual |
Definition at line 59 of file LArTimePhysPrediction.cxx.
61 ATH_MSG_INFO (
"LArTimePhysPrediction in initialize()" );
69 NTupleFilePtr file1(
ntupleSvc(),
"/NTUPLES/FILE1");
72 return StatusCode::FAILURE;
74 NTuplePtr
nt(
ntupleSvc(),
"/NTUPLES/FILE1/MyNtuple");
76 nt=
ntupleSvc()->book(
"/NTUPLES/FILE1/MyNtuple",CLID_ColumnWiseTuple,
"Timing ntuple");
80 return StatusCode::FAILURE;
111 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()
◆ stop()
StatusCode LArTimePhysPrediction::stop |
( |
| ) |
|
|
overridevirtual |
std::cout << "for a given (GAIN-CHANNEL-DAC) " << std::endl; std::cout << "chid " << chid << std::endl; std::cout << "Channel " << Channel << std::endl; std::cout << "CalibLine " << CalibLine << std::endl; std::cout << "channel_eta " << eta << std::endl; std::cout << "real_eta " << real_eta << std::endl; std::cout << "channel_phi " << phi << std::endl; std::cout << "real_phi " << real_phi << std::endl; std::cout << "sample " << sample << std::endl; std::cout << "layer " << layer << std::endl; std::cout << "barrel_ec " << barrel_ec << std::endl;
std::cout << "pos_neg " << pos_neg << std::endl;
std::cout << "FT " << FT << std::endl; std::cout << "FEBid " << m_FEBid << std::endl; std::cout << "Slot " << slot << std::endl; std::cout << "radius " << radius << std::endl; std::cout << "tcali " << tcali << std::endl; std::cout << "tcalipredicted " << m_tCalibPredicted << std::endl; std::cout << "CalibCables " << CalibCables << std::endl; std::cout << "Signal " << m_SignalCables << std::endl; std::cout << "TOF " << TOF << std::endl; std::cout << "DeltaTTC " << DeltaTTC << std::endl; std::cout << "tphys " << tphys << std::endl; std::cout << "t0 " << t0 << std::endl; time difference between calibration and physics can be easily computed: tdiff=tphys-tcali;
sc = detStore->record(larPhysCaliTdiffComplete,m_keyoutput); if (sc != StatusCode::SUCCESS) { log << MSG::ERROR
<< " Cannot store LArPhysCaliTdiffComplete in TDS " << endmsg; return sc; } Make symlink sc = detStore->symLink(larPhysCaliTdiffComplete,(ILArPhysCaliTdiff*)larPhysCaliTdiffComplete); if (sc != StatusCode::SUCCESS) { log << MSG::ERROR << " Cannot make link for Data Object " << endmsg; return sc; }
Definition at line 114 of file LArTimePhysPrediction.cxx.
118 const double meter2ns = 3.33564095;
125 double CalibCables=0;
126 double LSignalFCAL=0;
150 IAlgTool* algTool =
nullptr;
151 ATH_CHECK( toolSvc()->retrieveTool(
"CaloDepthTool", algTool,
this) );
188 if ( cell_it == cell_it_e ) {
198 for ( ; cell_it != cell_it_e; ++cell_it) {
201 std::cout <<
"nchannels " << nchannels << std::endl;
206 if ( wave_it == wave_it_e ) {
217 id =
cabling->cnvToIdentifier(chid);
219 ATH_MSG_ERROR (
"LArCabling exception caught for channel " << MSG::hex << chid << MSG::dec );
225 const std::vector<HWIdentifier>& calibLineV = clCont->calibSlotLine(chid);
226 std::vector<HWIdentifier>::const_iterator calibLineIt = calibLineV.begin();
227 CalibLine = onlineHelper->
channel(*calibLineIt) ;
248 pos_neg = onlineHelper->
pos_neg(chid);
249 barrel_ec = onlineHelper->
barrel_ec(chid);
251 slot = onlineHelper->
slot(chid);
261 if(theDDE==
nullptr) {
262 ATH_MSG_INFO (
"CellIndex = " << theHash <<
" has a DDE pointer NULL " );
266 real_eta = theDDE->
eta();
267 real_phi = theDDE->
phi();
288 for ( ; wave_it != wave_it_e; ++wave_it) {
294 dt = wave_it->getDt();
295 tcali =
dt * larWaveHelper.
getMax(*wave_it);
297 const unsigned Nbase=5;
302 double amax = larWaveHelper.
getMaxAmp(*wave_it);
303 unsigned int imax=larWaveHelper.
getMax(*wave_it);
305 for (
unsigned int i=1;
i<
imax ;
i++) {
306 asamp1=wave_it->getSample(
i);
307 asamp2=wave_it->getSample(
i-1);
308 if((asamp1-
base)>amax*0.10 && (asamp2-
base)<amax*0.10)
309 rT0 =
i-1+(0.01*amax-(asamp2-
base))/(asamp1-asamp2);
314 if(emId->
is_lar_em(
id) && barrel_ec==0) TOF = fabs(
radius)*TMath::CosH(real_eta)* meter2ns/1000;
315 else TOF = fabs(
radius)/TMath::TanH(fabs(real_eta))* meter2ns/1000;
320 for(
int ieta=0;ieta<16;ieta++){
375 if(pos_neg==1 && emId->
is_lar_em(
id) && abs(barrel_ec)==0) tphys=tcali-CalibCables+TOF+DeltaTTC+8+0.3*
m_sLTP;
376 else if(pos_neg==0 && emId->
is_lar_em(
id) && abs(barrel_ec)==0) tphys=tcali-CalibCables+TOF+DeltaTTC+0.3*
m_sLTP;
377 else if(pos_neg==1 && emId->
is_lar_em(
id) && abs(barrel_ec)==1) tphys=tcali-CalibCables+TOF+DeltaTTC+8;
380 else tphys=tcali-CalibCables+TOF+DeltaTTC;
384 if(emId->
is_lar_em(
id) && abs(barrel_ec)==0){
385 for(
int ieta=0;ieta<16;ieta++){
489 return StatusCode::SUCCESS ;
◆ 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_barrel_ec
NTuple::Item<long> LArTimePhysPrediction::m_barrel_ec |
|
private |
◆ m_cablingKey
◆ m_CalibCables
NTuple::Item<double> LArTimePhysPrediction::m_CalibCables |
|
private |
◆ m_CalibLine
NTuple::Item<long> LArTimePhysPrediction::m_CalibLine |
|
private |
◆ m_calibMapKey
◆ m_CaloDepth
std::string LArTimePhysPrediction::m_CaloDepth |
|
private |
◆ m_CaloDepthTool
◆ m_caloMgrKey
Initial value:{ this
, "CaloDetDescrManager"
, "CaloDetDescrManager"
, "SG Key for CaloDetDescrManager in the Condition Store" }
Definition at line 46 of file LArTimePhysPrediction.h.
◆ m_Channel
NTuple::Item<long> LArTimePhysPrediction::m_Channel |
|
private |
◆ m_Chid
NTuple::Item<long> LArTimePhysPrediction::m_Chid |
|
private |
◆ m_DeltaTTC
NTuple::Item<double> LArTimePhysPrediction::m_DeltaTTC |
|
private |
◆ m_detStore
◆ m_eta
NTuple::Item<long> LArTimePhysPrediction::m_eta |
|
private |
◆ m_evtStore
◆ m_extendedExtraObjects
DataObjIDColl AthAlgorithm::m_extendedExtraObjects |
|
privateinherited |
◆ m_FEBid
NTuple::Item<long> LArTimePhysPrediction::m_FEBid |
|
private |
◆ m_FT
NTuple::Item<long> LArTimePhysPrediction::m_FT |
|
private |
◆ m_groupingType
std::string LArTimePhysPrediction::m_groupingType |
|
private |
◆ m_is_lar_em
NTuple::Item<long> LArTimePhysPrediction::m_is_lar_em |
|
private |
◆ m_is_lar_fcal
NTuple::Item<long> LArTimePhysPrediction::m_is_lar_fcal |
|
private |
◆ m_is_lar_hec
NTuple::Item<long> LArTimePhysPrediction::m_is_lar_hec |
|
private |
◆ m_keyinput
std::string LArTimePhysPrediction::m_keyinput |
|
private |
◆ m_keyoutput
std::string LArTimePhysPrediction::m_keyoutput |
|
private |
◆ m_layer
NTuple::Item<long> LArTimePhysPrediction::m_layer |
|
private |
◆ m_nchannels_max
int LArTimePhysPrediction::m_nchannels_max |
|
private |
◆ m_nt
NTuple::Tuple* LArTimePhysPrediction::m_nt |
|
private |
◆ m_phi
NTuple::Item<long> LArTimePhysPrediction::m_phi |
|
private |
◆ m_pos_neg
NTuple::Item<long> LArTimePhysPrediction::m_pos_neg |
|
private |
◆ m_real_eta
NTuple::Item<double> LArTimePhysPrediction::m_real_eta |
|
private |
◆ m_real_phi
NTuple::Item<double> LArTimePhysPrediction::m_real_phi |
|
private |
◆ m_sCalib
double LArTimePhysPrediction::m_sCalib |
|
private |
◆ m_SignalCables
NTuple::Item<double> LArTimePhysPrediction::m_SignalCables |
|
private |
◆ m_slot
NTuple::Item<long> LArTimePhysPrediction::m_slot |
|
private |
◆ m_sLTP
double LArTimePhysPrediction::m_sLTP |
|
private |
◆ m_sPig
double LArTimePhysPrediction::m_sPig |
|
private |
◆ m_sSignal
double LArTimePhysPrediction::m_sSignal |
|
private |
◆ m_t0
NTuple::Item<double> LArTimePhysPrediction::m_t0 |
|
private |
◆ m_tcali
NTuple::Item<double> LArTimePhysPrediction::m_tcali |
|
private |
◆ m_tCalibPredicted
NTuple::Item<double> LArTimePhysPrediction::m_tCalibPredicted |
|
private |
◆ m_thistSvc
ServiceHandle<ITHistSvc> LArTimePhysPrediction::m_thistSvc {this,"THistSvc","THistSvc"} |
|
private |
◆ m_TOF
NTuple::Item<double> LArTimePhysPrediction::m_TOF |
|
private |
◆ m_tPhysPredicted
NTuple::Item<double> LArTimePhysPrediction::m_tPhysPredicted |
|
private |
◆ m_varHandleArraysDeclared
◆ m_vDeltaTTC_EC
std::vector<std::vector<double> > LArTimePhysPrediction::m_vDeltaTTC_EC |
|
private |
◆ m_vDeltaTTC_ECA_SPEC
std::vector<std::vector<double> > LArTimePhysPrediction::m_vDeltaTTC_ECA_SPEC |
|
private |
◆ m_vDeltaTTC_ECC_SPEC
std::vector<std::vector<double> > LArTimePhysPrediction::m_vDeltaTTC_ECC_SPEC |
|
private |
◆ m_vDeltaTTC_EMB
std::vector<std::vector<double> > LArTimePhysPrediction::m_vDeltaTTC_EMB |
|
private |
◆ m_vEtaMax_EMB
std::vector<double> LArTimePhysPrediction::m_vEtaMax_EMB |
|
private |
◆ m_vEtaMin_EMB
std::vector<double> LArTimePhysPrediction::m_vEtaMin_EMB |
|
private |
◆ m_vhka
◆ m_vLCalib_EMB
std::vector<std::vector<double> > LArTimePhysPrediction::m_vLCalib_EMB |
|
private |
◆ m_vLCalib_EMEC
double LArTimePhysPrediction::m_vLCalib_EMEC |
|
private |
◆ m_vLCalib_HEC
double LArTimePhysPrediction::m_vLCalib_HEC |
|
private |
◆ m_vLSignal_EMB
std::vector<std::vector<double> > LArTimePhysPrediction::m_vLSignal_EMB |
|
private |
◆ m_vLSignal_EMEC
double LArTimePhysPrediction::m_vLSignal_EMEC |
|
private |
◆ m_vLSignal_FCAL
std::vector<double> LArTimePhysPrediction::m_vLSignal_FCAL |
|
private |
◆ m_vLSignal_HEC
double LArTimePhysPrediction::m_vLSignal_HEC |
|
private |
The documentation for this class was generated from the following files:
def retrieve(aClass, aKey=None)
NTuple::Item< long > m_Channel
NTuple::Item< double > m_t0
NTuple::Item< long > m_FT
int phi(const Identifier id) const
return phi according to :
HWIdentifier channelId() const
NTuple::Item< double > m_TOF
IdentifierHash calo_cell_hash(const Identifier cellId) const
create hash id from 'global' cell id
int eta(const Identifier id) const
return eta [0,9] outer part [0,3] inner part
Scalar phi() const
phi method
NTuple::Item< long > m_CalibLine
NTuple::Item< double > m_DeltaTTC
const LArEM_ID * em_idHelper() const
access to EM idHelper
bool is_lar_fcal(Identifier id) const
std::vector< std::vector< double > > m_vLSignal_EMB
Identifier32::value_type Channel
Scalar eta() const
pseudorapidity method
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T > &t)
std::vector< std::vector< double > > m_vDeltaTTC_EC
Declaration of const iterator.
double getBaseline(const LArWave &theWave, unsigned nBase) const
NTuple::Item< long > m_FEBid
This class groups all DetDescr information related to a CaloCell. Provides a generic interface for al...
std::vector< ALFA_RawData_p1 > t0
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)
NTuple::Item< double > m_real_phi
Identifier32 get_identifier32() const
Get the 32-bit version Identifier, will be invalid if >32 bits needed.
std::vector< SG::VarHandleKeyArray * > m_vhka
std::vector< double > m_vLSignal_FCAL
int module(const Identifier id) const
module [1,3]
NTuple::Item< long > m_is_lar_hec
Helper class for LArHEC offline identifiers.
int sampling(const Identifier id) const
return sampling according to :
double getMaxAmp(const LArWave &theWave) const
NTuple::Item< long > m_layer
NTuple::Item< long > m_slot
#define ATH_MSG_VERBOSE(x)
unsigned int getMax(const LArWave &theWave) const
return index of maximum sample
int barrel_ec(const HWIdentifier id) const
Return the position barrel or endcap of a hardware cell identifier: barrel_ec = [0,...
value_type get_compact() const
Get the compact id.
NTuple::Item< double > m_tCalibPredicted
int eta(const Identifier id) const
return eta according to :
std::vector< double > m_vEtaMin_EMB
int eta(const Identifier id) const
eta [0,63] module 1 ; [0,31] module 2 ; [0,15] module 3
const LArHEC_ID * hec_idHelper() const
access to HEC idHelper
Liquid Argon Cumulative Wave Container.
const ServiceHandle< StoreGateSvc > & detStore() const
The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc.
virtual void setOwner(IDataHandleHolder *o)=0
ServiceHandle< ITHistSvc > m_thistSvc
NTuple::Item< double > m_tPhysPredicted
std::vector< std::vector< double > > m_vDeltaTTC_ECA_SPEC
NTuple::Item< long > m_pos_neg
int phi(const Identifier id) const
phi [0,15]
NTuple::Item< long > m_eta
int channel(const HWIdentifier id) const
Return the channel number of a hardware cell identifier channel = [0,127] in all FEB.
NTuple::Item< double > m_CalibCables
virtual StatusCode sysInitialize() override
Override sysInitialize.
SG::ReadCondHandleKey< LArCalibLineMapping > m_calibMapKey
virtual std::vector< Gaudi::DataHandle * > outputHandles() const override
Return this algorithm's output handles.
ConstConditionsMapIterator end(unsigned int gain) const
end of all channels for this gain
NTuple::Item< long > m_phi
This class implements the ILArPhysCaliTdiff interface ` *.
::StatusCode StatusCode
StatusCode definition for legacy code.
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...
bool is_lar_hec(Identifier id) const
Helper class for offline cell identifiers.
StoreGateSvc_t m_detStore
Pointer to StoreGate (detector store by default)
LArCaliWaveContainer::LArCaliWaves::const_iterator CaliWaveIt
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
CaloDepthTool * m_CaloDepthTool
NTuple::Item< long > m_is_lar_fcal
std::vector< std::vector< double > > m_vLCalib_EMB
StatusCode initialize(bool used=true)
NTuple::Item< double > m_SignalCables
SG::ReadCondHandleKey< LArOnOffIdMapping > m_cablingKey
std::vector< std::vector< double > > m_vDeltaTTC_ECC_SPEC
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/...
This class provides the client interface for accessing the detector description information common to...
NTuple::Item< double > m_real_eta
CaloCell_ID::CaloSample getSampling() const
cell sampling
virtual StatusCode initialize()
Initialization done after creation or read back - derived classes may augment the functionality.
#define ATH_MSG_WARNING(x)
NTuple::Item< long > m_barrel_ec
SG::ReadCondHandleKey< CaloDetDescrManager > m_caloMgrKey
int sampling(const Identifier id) const
return sampling [0,3] (only 0 for supercells)
ConstConditionsMapIterator begin(unsigned int gain) const
get iterator for all channels for a gain
SG::VarHandleKey & vhKey()
Return a non-const reference to the HandleKey.
float eta() const
cell eta
AthAlgorithm()
Default constructor:
Helper class for LArEM offline identifiers.
std::vector< std::vector< double > > m_vDeltaTTC_EMB
float phi() const
cell phi
NTuple::Item< double > m_tcali
NTuple::Item< long > m_is_lar_em
This is a "hash" representation of an Identifier. This encodes a 32 bit index which can be used to lo...
std::vector< double > m_vEtaMax_EMB
Helper class for LArFCAL offline identifiers.
bool is_lar_em(Identifier id) const
Gaudi::Details::PropertyBase & declareGaudiProperty(Gaudi::Property< T > &hndl, const SG::VarHandleKeyType &)
specialization for handling Gaudi::Property<SG::VarHandleKey>
Exception class for LAr Identifiers.
NTuple::Item< long > m_Chid
std::string m_groupingType
const LArFCAL_ID * fcal_idHelper() const
access to FCAL idHelper
int phi(const Identifier id) const
return phi[0,63] outer part [0,31] inner part