|
ATLAS Offline Software
|
Main LVL2 Algorithm.
More...
#include <T2CaloEgammaReFastAlgo.h>
|
| T2CaloEgammaReFastAlgo (const std::string &name, ISvcLocator *pSvcLocator) |
|
virtual StatusCode | initialize () override |
|
virtual StatusCode | execute (const EventContext &context) const override |
|
virtual StatusCode | sysInitialize () override |
| Override sysInitialize. More...
|
|
virtual bool | isClonable () const override |
| Specify if the algorithm is clonable. More...
|
|
virtual unsigned int | cardinality () const override |
| Cardinality (Maximum number of clones that can exist) special value 0 means that algorithm is reentrant. More...
|
|
virtual StatusCode | sysExecute (const EventContext &ctx) override |
| Execute an algorithm. More...
|
|
virtual const DataObjIDColl & | extraOutputDeps () const override |
| Return the list of extra output dependencies. More...
|
|
virtual bool | filterPassed (const EventContext &ctx) const |
|
virtual void | setFilterPassed (bool state, const EventContext &ctx) const |
|
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< bool > | m_doForward |
| calculate zo mass More...
|
|
Gaudi::Property< bool > | m_doCalibWithRings |
|
Gaudi::Property< bool > | m_useRings |
|
Gaudi::Property< float > | m_l1eta {this, "L1ForceEta", -10.0, "Forced LVL1 eta"} |
|
Gaudi::Property< float > | m_l1phi {this, "L1ForcePhi", -10.0, "Forced LVL1 phi"} |
|
Gaudi::Property< double > | m_etaWidth {this, "EtaWidth", 0.1, "Eta Width of the Region of Interest"} |
|
Gaudi::Property< double > | m_phiWidth {this, "PhiWidth", 0.1, "Phi Width of the Region of Interest"} |
|
Gaudi::Property< bool > | m_storeCells |
|
ToolHandleArray< IEgammaCalibration > | m_calibsBarrel |
|
ToolHandleArray< IEgammaCalibration > | m_calibsEndcap |
|
Gaudi::Property< std::vector< float > > | m_rhoEta |
|
Gaudi::Property< std::vector< float > > | m_zEta |
|
ToolHandleArray< IReAlgToolCalo > | m_emAlgTools |
|
SG::ReadHandleKey< CaloBCIDAverage > | m_bcidAvgKey |
|
SG::ReadHandleKey< TrigRoiDescriptorCollection > | m_roiCollectionKey |
|
SG::WriteHandleKey< xAOD::TrigEMClusterContainer > | m_clusterContainerKey |
|
ToolHandle< GenericMonitoringTool > | m_monTool { this, "MonTool", "", "Monitoring tool" } |
|
ToolHandle< TrigFastCalibWithRings > | m_calibWRingsTool { this, "CalibWRingsTool", "", "FastCalo Calib with Rings tool" } |
|
DataObjIDColl | m_extendedExtraObjects |
| Extra output dependency collection, extended by AthAlgorithmDHUpdate to add symlinks. More...
|
|
StoreGateSvc_t | m_evtStore |
| Pointer to StoreGate (event store by default) More...
|
|
StoreGateSvc_t | m_detStore |
| Pointer to StoreGate (detector store by default) More...
|
|
std::vector< SG::VarHandleKeyArray * > | m_vhka |
|
bool | m_varHandleArraysDeclared |
|
Main LVL2 Algorithm.
Processes LVL1 information, call FEX IReAlgToolCalos and produces the TrigEMCluster output.
Definition at line 39 of file T2CaloEgammaReFastAlgo.h.
◆ StoreGateSvc_t
◆ T2CaloEgammaReFastAlgo()
T2CaloEgammaReFastAlgo::T2CaloEgammaReFastAlgo |
( |
const std::string & |
name, |
|
|
ISvcLocator * |
pSvcLocator |
|
) |
| |
◆ cardinality()
unsigned int AthReentrantAlgorithm::cardinality |
( |
| ) |
const |
|
overridevirtualinherited |
Cardinality (Maximum number of clones that can exist) special value 0 means that algorithm is reentrant.
Override this to return 0 for reentrant algorithms.
Override this to return 0 for reentrant algorithms.
Definition at line 55 of file AthReentrantAlgorithm.cxx.
◆ 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);
◆ 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.
◆ 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.
◆ 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 T2CaloEgammaReFastAlgo::execute |
( |
const EventContext & |
context | ) |
const |
|
overridevirtual |
Definition at line 42 of file T2CaloEgammaReFastAlgo.cxx.
57 ATH_CHECK( trigEmClusterCollection.record(std::make_unique<xAOD::TrigEMClusterContainer>(),
58 std::make_unique<xAOD::TrigEMClusterAuxContainer>()) );
62 if (!roisHandle.isValid()) {
64 return StatusCode::SUCCESS;
68 trigEmClusterCollection->reserve(roisHandle->size());
70 ATH_MSG_DEBUG(
"RoI descriptor size is " << roisHandle->size() );
74 double etamin, etamax, phimin, phimax;
76 ATH_MSG_DEBUG(
"RoI eta = " << roiDescriptor->eta() <<
" RoI phi = " << roiDescriptor->phi());
86 etaL1 = roiDescriptor->eta();
87 phiL1 = roiDescriptor->phi();
101 roiDescriptor->phi(), phimin, phimax);
105 " phimin = " << phimin <<
" phimax = " << phimax);
108 trigEmClusterCollection->push_back(ptrigEmCluster);
110 ptrigEmCluster->
setEt(0.0);
128 for (
int i = 0;
i < CaloSampling::CaloSample::MINIFCAL0;
i++) {
133 ptrigEmCluster->
setEta(etaL1);
134 ptrigEmCluster->
setPhi(phiL1);
141 ptrigEmCluster->
setRoIword(roiDescriptor->roiWord());
146 ATH_CHECK(
tool->execute(*ptrigEmCluster, newroi, caloDDE, context) );
152 if ((
error & 0xC0000000) || ptrigEmCluster->
phi() < -
M_PI || ptrigEmCluster->
phi() > +
M_PI ||
153 std::abs(ptrigEmCluster->
eta()) > 10.0) {
155 ptrigEmCluster->
setEta(etaL1);
156 ptrigEmCluster->
setPhi(phiL1);
158 ptrigEmCluster->
setEt(0.0);
162 if ( caloDDE !=
nullptr ){
164 for( ToolHandleArray<IEgammaCalibration>::const_iterator
167 (*ical)->makeCorrection(ptrigEmCluster,caloDDE);
169 for( ToolHandleArray<IEgammaCalibration>::const_iterator
172 (*ical)->makeCorrection(ptrigEmCluster,caloDDE);
176 float et_calib = -999.0;
177 float et_uncalib = ptrigEmCluster->
et();
181 ptrigEmCluster->
setEt(et_calib);
208 clET = et_uncalib*1
e-3;
209 clHET = ptrigEmCluster->
ehad1()*1
e-3;
210 clEta = ptrigEmCluster->
eta();
211 clPhi = ptrigEmCluster->
phi();
212 clETrings = et_calib*1
e-3;
214 if (et_uncalib != 0.) {
215 res_et = (et_calib - et_uncalib)/et_uncalib;
218 if ( ptrigEmCluster->
e277() > 0.01 ) clReta = ptrigEmCluster->
e237()/ptrigEmCluster->
e277();
222 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 & AthReentrantAlgorithm::extraOutputDeps |
( |
| ) |
const |
|
overridevirtualinherited |
Return the list of extra output dependencies.
This list is extended to include symlinks implied by inheritance relations.
Definition at line 79 of file AthReentrantAlgorithm.cxx.
86 return Algorithm::extraOutputDeps();
◆ filterPassed()
virtual bool AthReentrantAlgorithm::filterPassed |
( |
const EventContext & |
ctx | ) |
const |
|
inlinevirtualinherited |
◆ initialize()
StatusCode T2CaloEgammaReFastAlgo::initialize |
( |
| ) |
|
|
overridevirtual |
◆ 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.
◆ isClonable()
bool AthReentrantAlgorithm::isClonable |
( |
| ) |
const |
|
overridevirtualinherited |
Specify if the algorithm is clonable.
Reentrant algorithms are clonable.
Reimplemented in Simulation::BeamEffectsAlg, InDet::SiTrackerSpacePointFinder, InDet::SCT_Clusterization, InDet::SiSPSeededTrackFinder, SCTRawDataProvider, InDet::GNNSeedingTrackMaker, SCT_PrepDataToxAOD, RoIBResultToxAOD, SCT_CablingCondAlgFromCoraCool, SCT_ReadCalibDataTestAlg, SCT_CablingCondAlgFromText, InDet::SiSPGNNTrackMaker, SCT_ReadCalibChipDataTestAlg, SCT_TestCablingAlg, SCT_ConfigurationConditionsTestAlg, ITkPixelCablingAlg, ITkStripCablingAlg, SCTEventFlagWriter, SCT_ConditionsSummaryTestAlg, SCT_ModuleVetoTestAlg, SCT_MonitorConditionsTestAlg, SCT_LinkMaskingTestAlg, SCT_MajorityConditionsTestAlg, SCT_RODVetoTestAlg, SCT_SensorsTestAlg, SCT_TdaqEnabledTestAlg, SCT_SiliconConditionsTestAlg, SCTSiLorentzAngleTestAlg, SCT_ByteStreamErrorsTestAlg, SCT_ConditionsParameterTestAlg, SCT_FlaggedConditionTestAlg, SCT_StripVetoTestAlg, SCT_RawDataToxAOD, and SCTSiPropertiesTestAlg.
Definition at line 44 of file AthReentrantAlgorithm.cxx.
◆ 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()
◆ setFilterPassed()
virtual void AthReentrantAlgorithm::setFilterPassed |
( |
bool |
state, |
|
|
const EventContext & |
ctx |
|
) |
| const |
|
inlinevirtualinherited |
◆ sysExecute()
StatusCode AthReentrantAlgorithm::sysExecute |
( |
const EventContext & |
ctx | ) |
|
|
overridevirtualinherited |
Execute an algorithm.
We override this in order to work around an issue with the Algorithm base class storing the event context in a member variable that can cause crashes in MT jobs.
Definition at line 67 of file AthReentrantAlgorithm.cxx.
69 return Gaudi::Algorithm::sysExecute (ctx);
◆ sysInitialize()
StatusCode AthReentrantAlgorithm::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< Gaudi::Algorithm > >.
Reimplemented in InputMakerBase, and HypoBase.
Definition at line 96 of file AthReentrantAlgorithm.cxx.
107 if ( cs.retrieve().isFailure() ) {
109 return StatusCode::SUCCESS;
111 if (cs->regHandle(
this,*
h).isFailure()) {
112 sc = StatusCode::FAILURE;
113 ATH_MSG_ERROR(
"unable to register WriteCondHandle " <<
h->fullKey()
◆ 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_bcidAvgKey
◆ m_calibsBarrel
Initial value:{
this, "CalibListBarrel", {}, "list of calib tools for the Barrel clusters"}
Definition at line 70 of file T2CaloEgammaReFastAlgo.h.
◆ m_calibsEndcap
Initial value:{
this, "CalibListEndcap", {}, "list of calib tools for the EndCap clusters"}
Definition at line 72 of file T2CaloEgammaReFastAlgo.h.
◆ m_calibWRingsTool
ToolHandle< TrigFastCalibWithRings > T2CaloEgammaReFastAlgo::m_calibWRingsTool { this, "CalibWRingsTool", "", "FastCalo Calib with Rings tool" } |
|
private |
◆ m_clusterContainerKey
Initial value:{
this, "ClustersName", "CaloClusters", "Calo cluster container"}
Definition at line 88 of file T2CaloEgammaReFastAlgo.h.
◆ m_detStore
◆ m_doCalibWithRings
Gaudi::Property<bool> T2CaloEgammaReFastAlgo::m_doCalibWithRings |
|
private |
Initial value:{this, "DoCalibWithRings", false,
"FastCalo Et Calibration using Rings"}
Definition at line 55 of file T2CaloEgammaReFastAlgo.h.
◆ m_doForward
Gaudi::Property<bool> T2CaloEgammaReFastAlgo::m_doForward |
|
private |
Initial value:{this, "DoForward", false,
"Do Forward clusters"}
calculate zo mass
Definition at line 52 of file T2CaloEgammaReFastAlgo.h.
◆ m_emAlgTools
Initial value:{
this, "IReAlgToolList", {}, "list of ReAlgToolCalos for feature extraction"}
Definition at line 80 of file T2CaloEgammaReFastAlgo.h.
◆ m_etaWidth
Gaudi::Property<double> T2CaloEgammaReFastAlgo::m_etaWidth {this, "EtaWidth", 0.1, "Eta Width of the Region of Interest"} |
|
private |
◆ m_evtStore
◆ m_extendedExtraObjects
DataObjIDColl AthReentrantAlgorithm::m_extendedExtraObjects |
|
privateinherited |
Extra output dependency collection, extended by AthAlgorithmDHUpdate to add symlinks.
Empty if no symlinks were found.
Definition at line 153 of file AthReentrantAlgorithm.h.
◆ m_l1eta
Gaudi::Property<float> T2CaloEgammaReFastAlgo::m_l1eta {this, "L1ForceEta", -10.0, "Forced LVL1 eta"} |
|
private |
◆ m_l1phi
Gaudi::Property<float> T2CaloEgammaReFastAlgo::m_l1phi {this, "L1ForcePhi", -10.0, "Forced LVL1 phi"} |
|
private |
◆ m_monTool
◆ m_phiWidth
Gaudi::Property<double> T2CaloEgammaReFastAlgo::m_phiWidth {this, "PhiWidth", 0.1, "Phi Width of the Region of Interest"} |
|
private |
◆ m_rhoEta
Gaudi::Property<std::vector<float> > T2CaloEgammaReFastAlgo::m_rhoEta |
|
private |
◆ m_roiCollectionKey
◆ m_storeCells
Gaudi::Property<bool> T2CaloEgammaReFastAlgo::m_storeCells |
|
private |
Initial value:{this, "StoreCells", false,
"store cells in container attached to RoI"}
Definition at line 67 of file T2CaloEgammaReFastAlgo.h.
◆ m_useRings
Gaudi::Property<bool> T2CaloEgammaReFastAlgo::m_useRings |
|
private |
◆ m_varHandleArraysDeclared
◆ m_vhka
◆ m_zEta
Gaudi::Property<std::vector<float> > T2CaloEgammaReFastAlgo::m_zEta |
|
private |
The documentation for this class was generated from the following files:
void setRawPhi(float)
set Raw Phi (no calibration)
Gaudi::Property< float > m_l1eta
ToolHandle< GenericMonitoringTool > m_monTool
void setEta(float)
set Eta (calibrated)
Group
Properties of a chain group.
float eta() const
get Eta (calibrated)
float e233() const
get Energy in a 3x3 cluster (no calibration) around hottest cell
void setE237(float)
set Energy in a 3x7 cluster (no calibration) around hottest cell
void setEnergy(float energy)
set Energy (calibrated)
float weta2() const
get cluster width (based on a 3x5 cluster - 2nd layer)
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T > &t)
void setRawEt(float)
set Raw Et (no calibration)
T wrapToPi(T phi)
Wrap angle in radians to [-pi, pi].
This class groups all DetDescr information related to a CaloCell. Provides a generic interface for al...
void setE233(float)
set Energy in a 3x3 cluster (no calibration) around hottest cell
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 setEhad1(float)
set hadronic Energy (first hadronic layer)
StoreGateSvc_t m_evtStore
Pointer to StoreGate (event store by default)
ToolHandleArray< IEgammaCalibration > m_calibsEndcap
std::vector< SG::VarHandleKeyArray * > m_vhka
bool msgLvl(const MSG::Level lvl) const
void setRawEta(float)
set Raw Eta (no calibration)
nope - should be used for standalone also, perhaps need to protect the class def bits #ifndef XAOD_AN...
void setE277(float)
set Energy in a 7x7 cluster (no calibration) around hottest cell
unsigned int clusterQuality() const
get quality of cluster built (to be defined)
void setPhi(float)
set Phi (calibrated)
def timer(name, disabled=False)
float e237() const
get Energy in a 3x7 cluster (no calibration) around hottest cell
virtual void setOwner(IDataHandleHolder *o)=0
SG::ReadCondHandle< T > makeHandle(const SG::ReadCondHandleKey< T > &key, const EventContext &ctx=Gaudi::Hive::currentContext())
float phi() const
get Phi (calibrated)
SG::WriteHandleKey< xAOD::TrigEMClusterContainer > m_clusterContainerKey
AthReentrantAlgorithm()
Default constructor:
void setEmaxs1(float)
set maximum energy in sampling 1 (strip layer)
virtual std::vector< Gaudi::DataHandle * > outputHandles() const override
Return this algorithm's output handles.
ToolHandleArray< IEgammaCalibration > m_calibsBarrel
::StatusCode StatusCode
StatusCode definition for legacy code.
SG::ReadHandleKey< CaloBCIDAverage > m_bcidAvgKey
TrigEMCluster_v1 TrigEMCluster
Define the latest version of the trigger EM cluster class.
ToolHandleArray< IReAlgToolCalo > m_emAlgTools
void setE2tsts1(float)
set second maximum energy in sampling 1 (strip layer)
Gaudi::Property< double > m_etaWidth
void setWeta2(float)
set cluster width (based on a 3x5 cluster - 2nd layer)
long RoIword() const
get RoI Word
StoreGateSvc_t m_detStore
Pointer to StoreGate (detector store by default)
void setFracs1(float)
set Energy in a 7 strips (around hottest strip) minus energy in 3 strips divided by energy in 3 strip...
StatusCode initialize(bool used=true)
If this object is used as a property, then this should be called during the initialize phase.
void setEta1(float)
set Eta sampling 1 (strip layer)
float wstot() const
get width in first layer
DataObjIDColl m_extendedExtraObjects
Extra output dependency collection, extended by AthAlgorithmDHUpdate to add symlinks.
virtual void renounce()=0
std::conditional< std::is_base_of< SG::VarHandleKeyArray, T >::value, VarHandleKeyArrayType, type2 >::type type
float fracs1() const
get Energy in a 7 strips (around hottest strip) minus energy in 3 strips divided by energy in 3 strip...
void setRoIword(long)
set RoI Word
Gaudi::Property< double > m_phiWidth
virtual StatusCode sysInitialize() override
Override sysInitialize.
float e277() const
get Energy in a 7x7 cluster (no calibration) around hottest cell
void setNCells(int)
set number of cells used from RoI
SG::ReadHandleKey< TrigRoiDescriptorCollection > m_roiCollectionKey
float ehad1() const
get hadronic Energy (first hadronic layer)
bool is_lar_em_barrel() const
cell belongs to EM barrel
ToolHandle< TrigFastCalibWithRings > m_calibWRingsTool
#define ATH_MSG_WARNING(x)
float eta1() const
get Eta sampling 1 (strip layer)
void setRawEnergy(float)
set Raw Energy (no calibration)
void setEt(float)
set Et (calibrated)
SG::VarHandleKey & vhKey()
Return a non-const reference to the HandleKey.
float et() const
get Et (calibrated)
void setWstot(float)
set width in first layer
void setClusterQuality(unsigned int)
set quality of cluster built (to be defined)
Declare a monitored scalar variable.
Gaudi::Property< bool > m_doCalibWithRings
Description of a trigger EM cluster.
Gaudi::Details::PropertyBase & declareGaudiProperty(Gaudi::Property< T > &hndl, const SG::VarHandleKeyType &)
specialization for handling Gaudi::Property<SG::VarHandleKey>
float energy() const
get Energy (calibrated)
Gaudi::Property< float > m_l1phi