|
ATLAS Offline Software
|
#include <L1CaloxAODOfflineTriggerTowerTools.h>
|
| L1CaloxAODOfflineTriggerTowerTools (const std::string &name) |
| Create a proper constructor for Athena. More...
|
|
virtual | ~L1CaloxAODOfflineTriggerTowerTools () |
| destructor More...
|
|
| L1CaloxAODOfflineTriggerTowerTools ()=delete |
| delete the big 4 More...
|
|
| L1CaloxAODOfflineTriggerTowerTools (const L1CaloxAODOfflineTriggerTowerTools &rhs)=delete |
|
| L1CaloxAODOfflineTriggerTowerTools (L1CaloxAODOfflineTriggerTowerTools &&rhs)=delete |
|
L1CaloxAODOfflineTriggerTowerTools & | operator= (const L1CaloxAODOfflineTriggerTowerTools &rhs)=delete |
|
StatusCode | initialize () |
| Dummy implementation of the initialisation function. More...
|
|
StatusCode | finalize () |
|
StatusCode | initCaloCells () |
| Calo Cells into maps for L1Calo use. More...
|
|
std::vector< L1CaloRxCoolChannelId > | receivers (const xAOD::TriggerTower &tt) const |
|
std::vector< unsigned int > | receiversId (const xAOD::TriggerTower &tt) const |
|
unsigned int | isTile (const xAOD::TriggerTower &tt) const |
|
std::vector< const CaloCell * > | getCaloCells (const xAOD::TriggerTower &tt) const |
|
unsigned int | nCaloCells (const xAOD::TriggerTower &tt) const |
|
std::vector< unsigned int > | nCaloCellsByLayer (const xAOD::TriggerTower &tt) const |
|
std::vector< std::vector< const CaloCell * > > | caloCellsByReceiver (const xAOD::TriggerTower &tt) const |
|
std::vector< std::vector< std::vector< const CaloCell * > > > | caloCellsByLayerByReceiver (const xAOD::TriggerTower &tt) const |
|
float | caloCellsEnergy (const xAOD::TriggerTower &tt) const |
|
float | caloCellsET (const xAOD::TriggerTower &tt) const |
|
std::vector< float > | caloCellsEnergyByLayer (const xAOD::TriggerTower &tt) const |
|
std::vector< float > | caloCellsETByLayer (const xAOD::TriggerTower &tt) const |
|
std::vector< float > | caloCellsEnergyByReceiver (const xAOD::TriggerTower &tt) const |
|
std::vector< float > | caloCellsETByReceiver (const xAOD::TriggerTower &tt) const |
|
std::vector< std::vector< float > > | caloCellsEnergyByLayerByReceiver (const xAOD::TriggerTower &tt) const |
|
std::vector< std::vector< float > > | caloCellsETByLayerByReceiver (const xAOD::TriggerTower &tt) const |
|
float | caloCellsQuality (const xAOD::TriggerTower &tt) const |
|
unsigned int | ModuleId (const xAOD::TriggerTower &tt) const |
|
unsigned int | ErrorCode (const xAOD::TriggerTower &tt) const |
|
unsigned long long | PprDacScanResultsTimeStamp (const xAOD::TriggerTower &tt) const |
|
unsigned long long | PprPedestalRunResultsTimeStamp (const xAOD::TriggerTower &tt) const |
|
unsigned long long | PprNoiseRunResultsTimeStamp (const xAOD::TriggerTower &tt) const |
|
unsigned long long | PprTimingResultsTimeStamp (const xAOD::TriggerTower &tt) const |
|
unsigned long long | PprSatBcidResultsTimeStamp (const xAOD::TriggerTower &tt) const |
|
unsigned long long | PprFirFilterResultsTimeStamp (const xAOD::TriggerTower &tt) const |
|
unsigned long long | PprLutValuesResultsTimeStamp (const xAOD::TriggerTower &tt) const |
|
double | DacOffset (const xAOD::TriggerTower &tt) const |
|
double | DacSlope (const xAOD::TriggerTower &tt) const |
|
double | PedMean (const xAOD::TriggerTower &tt) const |
|
unsigned int | PedValue (const xAOD::TriggerTower &tt) const |
|
unsigned int | FullDelayData (const xAOD::TriggerTower &tt) const |
|
unsigned short int | SyncDelayBcid (const xAOD::TriggerTower &tt) const |
|
unsigned short int | InBcidNegedge (const xAOD::TriggerTower &tt) const |
|
unsigned short int | ExtBcidThreshold (const xAOD::TriggerTower &tt) const |
|
unsigned short int | SatBcidThreshLow (const xAOD::TriggerTower &tt) const |
|
unsigned short int | SatBcidThreshHigh (const xAOD::TriggerTower &tt) const |
|
unsigned short int | SatBcidLevel (const xAOD::TriggerTower &tt) const |
|
unsigned short int | BcidEnergyRangeLow (const xAOD::TriggerTower &tt) const |
|
unsigned short int | BcidEnergyRangeHigh (const xAOD::TriggerTower &tt) const |
|
unsigned short int | FirStartBit (const xAOD::TriggerTower &tt) const |
|
short | FirCoeff1 (const xAOD::TriggerTower &tt) const |
|
short | FirCoeff2 (const xAOD::TriggerTower &tt) const |
|
short | FirCoeff3 (const xAOD::TriggerTower &tt) const |
|
short | FirCoeff4 (const xAOD::TriggerTower &tt) const |
|
short | FirCoeff5 (const xAOD::TriggerTower &tt) const |
|
unsigned short | LutStrategy (const xAOD::TriggerTower &tt) const |
|
unsigned short | LutOffset (const xAOD::TriggerTower &tt) const |
|
unsigned short | LutNoiseCut (const xAOD::TriggerTower &tt) const |
|
unsigned short | LutSlope (const xAOD::TriggerTower &tt) const |
|
unsigned int | DeadChannel (const xAOD::TriggerTower &tt) const |
|
unsigned int | DisabledTower (const xAOD::TriggerTower &tt) const |
|
float | RxGain (const xAOD::TriggerTower &tt) const |
|
unsigned int | RxStatus (const xAOD::TriggerTower &tt) const |
|
virtual void | print () const =0 |
| Print the state of the tool. More...
|
|
virtual void | print () const |
| Print the state of the tool. 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 | sysInitialize () override |
| Perform system initialization for an algorithm. 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 |
|
◆ StoreGateSvc_t
◆ L1CaloxAODOfflineTriggerTowerTools() [1/4]
LVL1::L1CaloxAODOfflineTriggerTowerTools::L1CaloxAODOfflineTriggerTowerTools |
( |
const std::string & |
name | ) |
|
◆ ~L1CaloxAODOfflineTriggerTowerTools()
virtual LVL1::L1CaloxAODOfflineTriggerTowerTools::~L1CaloxAODOfflineTriggerTowerTools |
( |
| ) |
|
|
inlinevirtual |
◆ L1CaloxAODOfflineTriggerTowerTools() [2/4]
LVL1::L1CaloxAODOfflineTriggerTowerTools::L1CaloxAODOfflineTriggerTowerTools |
( |
| ) |
|
|
delete |
◆ L1CaloxAODOfflineTriggerTowerTools() [3/4]
◆ L1CaloxAODOfflineTriggerTowerTools() [4/4]
◆ BcidEnergyRangeHigh()
unsigned short int LVL1::L1CaloxAODOfflineTriggerTowerTools::BcidEnergyRangeHigh |
( |
const xAOD::TriggerTower & |
tt | ) |
const |
|
virtual |
◆ BcidEnergyRangeLow()
unsigned short int LVL1::L1CaloxAODOfflineTriggerTowerTools::BcidEnergyRangeLow |
( |
const xAOD::TriggerTower & |
tt | ) |
const |
|
virtual |
◆ caloCellsByLayerByReceiver()
◆ caloCellsByReceiver()
◆ caloCellsEnergy()
◆ caloCellsEnergyByLayer()
std::vector< float > LVL1::L1CaloxAODOfflineTriggerTowerTools::caloCellsEnergyByLayer |
( |
const xAOD::TriggerTower & |
tt | ) |
const |
|
virtual |
◆ caloCellsEnergyByLayerByReceiver()
std::vector< std::vector< float > > LVL1::L1CaloxAODOfflineTriggerTowerTools::caloCellsEnergyByLayerByReceiver |
( |
const xAOD::TriggerTower & |
tt | ) |
const |
|
virtual |
◆ caloCellsEnergyByReceiver()
std::vector< float > LVL1::L1CaloxAODOfflineTriggerTowerTools::caloCellsEnergyByReceiver |
( |
const xAOD::TriggerTower & |
tt | ) |
const |
|
virtual |
◆ caloCellsET()
◆ caloCellsETByLayer()
std::vector< float > LVL1::L1CaloxAODOfflineTriggerTowerTools::caloCellsETByLayer |
( |
const xAOD::TriggerTower & |
tt | ) |
const |
|
virtual |
◆ caloCellsETByLayerByReceiver()
std::vector< std::vector< float > > LVL1::L1CaloxAODOfflineTriggerTowerTools::caloCellsETByLayerByReceiver |
( |
const xAOD::TriggerTower & |
tt | ) |
const |
|
virtual |
◆ caloCellsETByReceiver()
std::vector< float > LVL1::L1CaloxAODOfflineTriggerTowerTools::caloCellsETByReceiver |
( |
const xAOD::TriggerTower & |
tt | ) |
const |
|
virtual |
◆ caloCellsQuality()
◆ DacOffset()
◆ DacSlope()
◆ DbAttributes()
◆ DbRxGainsAttributes()
◆ DeadChannel()
◆ 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()
◆ DisabledTower()
◆ ErrorCode()
◆ evtStore() [1/2]
◆ evtStore() [2/2]
◆ ExtBcidThreshold()
unsigned short int LVL1::L1CaloxAODOfflineTriggerTowerTools::ExtBcidThreshold |
( |
const xAOD::TriggerTower & |
tt | ) |
const |
|
virtual |
◆ 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
◆ finalize()
StatusCode LVL1::L1CaloxAODOfflineTriggerTowerTools::finalize |
( |
| ) |
|
◆ FirCoeff1()
◆ FirCoeff2()
◆ FirCoeff3()
◆ FirCoeff4()
◆ FirCoeff5()
◆ FirStartBit()
◆ FullDelayData()
◆ getCaloCells()
◆ getKey()
Get the (hashed) key of an object that is in the event store.
This is a bit of a special one. StoreGateSvc
and xAOD::TEvent
both provide ways for getting the SG::sgkey_t
key for an object that is in the store, based on a bare pointer. But they provide different interfaces for doing so.
In order to allow tools to efficiently perform this operation, they can use this helper function.
- See also
- asg::AsgTool::getName
- Parameters
-
ptr | The bare pointer to the object that the event store should know about |
- Returns
- The hashed key of the object in the store. If not found, an invalid (zero) key.
Definition at line 119 of file AsgTool.cxx.
121 #ifdef XAOD_STANDALONE
127 return (
proxy ==
nullptr ? 0 :
proxy->sgkey() );
128 #endif // XAOD_STANDALONE
◆ getName()
const std::string & asg::AsgTool::getName |
( |
const void * |
ptr | ) |
const |
|
inherited |
Get the name of an object that is / should be in the event store.
This is a bit of a special one. StoreGateSvc
and xAOD::TEvent
both provide ways for getting the std::string
name for an object that is in the store, based on a bare pointer. But they provide different interfaces for doing so.
In order to allow tools to efficiently perform this operation, they can use this helper function.
- See also
- asg::AsgTool::getKey
- Parameters
-
ptr | The bare pointer to the object that the event store should know about |
- Returns
- The string name of the object in the store. If not found, an empty string.
Definition at line 106 of file AsgTool.cxx.
108 #ifdef XAOD_STANDALONE
114 static const std::string
dummy =
"";
116 #endif // XAOD_STANDALONE
◆ getProperty()
template<class T >
const T* asg::AsgTool::getProperty |
( |
const std::string & |
name | ) |
const |
|
inherited |
Get one of the tool's properties.
◆ ieta()
◆ InBcidNegedge()
◆ initCaloCells()
StatusCode LVL1::L1CaloxAODOfflineTriggerTowerTools::initCaloCells |
( |
| ) |
|
|
virtual |
◆ initialize()
StatusCode LVL1::L1CaloxAODOfflineTriggerTowerTools::initialize |
( |
| ) |
|
|
virtual |
Dummy implementation of the initialisation function.
It's here to allow the dual-use tools to skip defining an initialisation function. Since many are doing so...
Reimplemented from asg::AsgTool.
Definition at line 32 of file L1CaloxAODOfflineTriggerTowerTools.cxx.
34 ATH_MSG_INFO(
"initialize LVL1::L1CaloxAODOfflineTriggerTowerTools");
54 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.
◆ iphi()
◆ isTile()
◆ LArCaloQuality()
float LVL1::L1CaloxAODOfflineTriggerTowerTools::LArCaloQuality |
( |
const std::vector< const CaloCell * > & |
cells | ) |
const |
|
private |
◆ LutNoiseCut()
◆ LutOffset()
◆ LutSlope()
◆ LutStrategy()
◆ ModuleId()
◆ msg() [1/2]
◆ msg() [2/2]
◆ msg_level_name()
const std::string & asg::AsgTool::msg_level_name |
( |
| ) |
const |
|
inherited |
A deprecated function for getting the message level's name.
Instead of using this, weirdly named function, user code should get the string name of the current minimum message level (in case they really need it...), with:
MSG::name( msg().level() )
This function's name doesn't follow the ATLAS coding rules, and as such will be removed in the not too distant future.
- Returns
- The string name of the current minimum message level that's printed
Definition at line 101 of file AsgTool.cxx.
◆ msgLvl()
◆ nCaloCells()
◆ nCaloCellsByLayer()
std::vector< unsigned int > LVL1::L1CaloxAODOfflineTriggerTowerTools::nCaloCellsByLayer |
( |
const xAOD::TriggerTower & |
tt | ) |
const |
|
virtual |
◆ operator=()
◆ 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.
◆ PedMean()
◆ PedValue()
◆ pos_neg_z()
◆ PprDacScanResultsTimeStamp()
unsigned long long LVL1::L1CaloxAODOfflineTriggerTowerTools::PprDacScanResultsTimeStamp |
( |
const xAOD::TriggerTower & |
tt | ) |
const |
|
virtual |
◆ PprFirFilterResultsTimeStamp()
unsigned long long LVL1::L1CaloxAODOfflineTriggerTowerTools::PprFirFilterResultsTimeStamp |
( |
const xAOD::TriggerTower & |
tt | ) |
const |
|
virtual |
◆ PprLutValuesResultsTimeStamp()
unsigned long long LVL1::L1CaloxAODOfflineTriggerTowerTools::PprLutValuesResultsTimeStamp |
( |
const xAOD::TriggerTower & |
tt | ) |
const |
|
virtual |
◆ PprNoiseRunResultsTimeStamp()
unsigned long long LVL1::L1CaloxAODOfflineTriggerTowerTools::PprNoiseRunResultsTimeStamp |
( |
const xAOD::TriggerTower & |
tt | ) |
const |
|
virtual |
◆ PprPedestalRunResultsTimeStamp()
unsigned long long LVL1::L1CaloxAODOfflineTriggerTowerTools::PprPedestalRunResultsTimeStamp |
( |
const xAOD::TriggerTower & |
tt | ) |
const |
|
virtual |
◆ PprSatBcidResultsTimeStamp()
unsigned long long LVL1::L1CaloxAODOfflineTriggerTowerTools::PprSatBcidResultsTimeStamp |
( |
const xAOD::TriggerTower & |
tt | ) |
const |
|
virtual |
◆ PprTimingResultsTimeStamp()
unsigned long long LVL1::L1CaloxAODOfflineTriggerTowerTools::PprTimingResultsTimeStamp |
( |
const xAOD::TriggerTower & |
tt | ) |
const |
|
virtual |
◆ print() [1/2]
void asg::AsgTool::print |
( |
| ) |
const |
|
virtualinherited |
Print the state of the tool.
Implements asg::IAsgTool.
Reimplemented in JetRecTool, JetFinder, JetModifiedMassDrop, JetFromPseudojet, JetReclusterer, JetReclusteringTool, JetTruthLabelingTool, JetPileupLabelingTool, HI::HIPileupTool, JetDumper, JetBottomUpSoftDrop, JetRecursiveSoftDrop, JetSoftDrop, JetConstituentsRetriever, JetSubStructureMomentToolsBase, JetSplitter, JetToolRunner, JetPruner, JetPseudojetRetriever, JetTrimmer, AsgHelloTool, and KtDeltaRTool.
Definition at line 131 of file AsgTool.cxx.
◆ print() [2/2]
virtual void asg::IAsgTool::print |
( |
| ) |
const |
|
pure virtualinherited |
Print the state of the tool.
Implemented in JetRecTool, JetFinder, JetModifiedMassDrop, JetFromPseudojet, JetReclusterer, JetReclusteringTool, JetTruthLabelingTool, JetPileupLabelingTool, HI::HIPileupTool, asg::AsgTool, JetDumper, JetBottomUpSoftDrop, JetRecursiveSoftDrop, JetSoftDrop, JetConstituentsRetriever, JetSubStructureMomentToolsBase, JetSplitter, JetToolRunner, JetPruner, JetPseudojetRetriever, JetTrimmer, AsgHelloTool, and KtDeltaRTool.
◆ receivers()
Implements LVL1::IL1CaloxAODOfflineTriggerTowerTools.
Definition at line 77 of file L1CaloxAODOfflineTriggerTowerTools.cxx.
79 std::vector<L1CaloRxCoolChannelId> rx =
m_ttSvc->cnvCoolChannelIdToRxId(
tt.coolId() );
80 std::vector<L1CaloRxCoolChannelId>
output;
83 if (
tt.sampling() == 0) {
93 std::vector<L1CaloRxCoolChannelId> rx2;
94 for (
const auto&
i : rx) {
95 if (
i.crate() == 2 ||
i.crate() == 3) {
100 if (rx2.size() == 2) {
102 unsigned int inputA = rx2.at(0).inputConn();
103 unsigned int inputB = rx2.at(1).inputConn();
106 if (inputA == 2 && inputB == 0) {
107 output.push_back(rx2.at(1));
108 output.push_back(rx2.at(0));
110 if (inputA == 0 && inputB == 2) {
111 output.push_back(rx2.at(0));
112 output.push_back(rx2.at(1));
117 if (rx.size() == 1) {
118 output.push_back( rx.at(0) );
124 if (
tt.sampling() == 1) {
126 if (rx.size() == 2) {
128 unsigned int inputPairA = rx.at(0).inputPair();
129 unsigned int inputPairB = rx.at(1).inputPair();
131 bool oddA(
false),oddB(
false);
132 if(inputPairA % 2 != 0){oddA =
true;}
133 if(inputPairB % 2 != 0){oddB =
true;}
136 output.push_back(rx.at(0));
137 output.push_back(rx.at(1));
140 output.push_back(rx.at(1));
141 output.push_back(rx.at(0));
144 if (rx.size() == 1) {
145 output.push_back( rx.at(0) );
◆ receiversId()
std::vector< unsigned int > LVL1::L1CaloxAODOfflineTriggerTowerTools::receiversId |
( |
const xAOD::TriggerTower & |
tt | ) |
const |
|
virtual |
◆ region()
◆ renounce()
◆ renounceArray()
◆ RxGain()
◆ RxStatus()
◆ SatBcidLevel()
◆ SatBcidThreshHigh()
unsigned short int LVL1::L1CaloxAODOfflineTriggerTowerTools::SatBcidThreshHigh |
( |
const xAOD::TriggerTower & |
tt | ) |
const |
|
virtual |
◆ SatBcidThreshLow()
unsigned short int LVL1::L1CaloxAODOfflineTriggerTowerTools::SatBcidThreshLow |
( |
const xAOD::TriggerTower & |
tt | ) |
const |
|
virtual |
◆ sortEMCrackCells()
std::vector< std::vector< const CaloCell * > > LVL1::L1CaloxAODOfflineTriggerTowerTools::sortEMCrackCells |
( |
const std::vector< const CaloCell * > & |
cells | ) |
const |
|
private |
Definition at line 498 of file L1CaloxAODOfflineTriggerTowerTools.cxx.
500 std::vector<std::vector<const CaloCell*>>
output;
501 std::vector<const CaloCell*> emb;
502 std::vector<const CaloCell*> emec;
510 emb.push_back( (
i) );
513 emec.push_back( (
i) );
◆ sortFCAL23Cells()
Definition at line 523 of file L1CaloxAODOfflineTriggerTowerTools.cxx.
526 std::vector<const CaloCell*> cellsA;
527 std::vector<const CaloCell*> cellsB;
529 std::vector<std::vector<const CaloCell*>>
output;
532 unsigned int rxidA = rx.at(0).id();
533 unsigned int rxidB = rx.at(1).id();
537 unsigned int someRxId =
m_rxMapTool->offlineCell2RxId( (
i)->
ID().get_identifier32().get_compact() );
538 if(someRxId == rxidA){cellsA.push_back(
i);}
539 if(someRxId == rxidB){cellsB.push_back(
i);}
◆ SyncDelayBcid()
◆ sysInitialize()
◆ sysStart()
Handle START transition.
We override this in order to make sure that conditions handle keys can cache a pointer to the conditions container.
◆ TileCaloQuality()
float LVL1::L1CaloxAODOfflineTriggerTowerTools::TileCaloQuality |
( |
const std::vector< const CaloCell * > & |
cells | ) |
const |
|
private |
◆ towerID()
◆ updateVHKA()
◆ m_caloCellContainerKey
◆ m_caloMgr
◆ m_cells2tt
◆ m_dbPpmChanCalib
◆ m_detStore
◆ m_evtStore
◆ m_l1CaloTTIdTools
◆ m_lvl1Helper
◆ m_rxMapTool
◆ m_ttSvc
◆ m_varHandleArraysDeclared
◆ m_vhka
The documentation for this class was generated from the following files:
def retrieve(aClass, aKey=None)
const_iterator end() const
std::vector< Identifier > ID
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T > &t)
StoreGateSvc_t m_evtStore
Pointer to StoreGate (event store by default)
std::vector< SG::VarHandleKeyArray * > m_vhka
virtual double e() const override final
get energy (data member) (synonym to method energy()
const_iterator begin() const
Access to Chan/AttributeList pairs via iterators.
uint16_t provenance() const
get provenance (data member)
const ServiceHandle< StoreGateSvc > & detStore() const
The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc.
virtual void setOwner(IDataHandleHolder *o)=0
ServiceHandle< StoreGateSvc > & evtStore()
The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc.
uint8_t qual2(void) const
get quality of second PMT (data member)
Amg::Vector3D transform(Amg::Vector3D &v, Amg::Transform3D &tr)
Transform a point from a Trasformation3D.
const CaloLVL1_ID * getLVL1_ID(void) const
const std::string & name(Level lvl)
Convenience function for translating message levels to strings.
#define CHECK(...)
Evaluate an expression and check for errors.
StoreGateSvc_t m_detStore
Pointer to StoreGate (detector store by default)
StatusCode initialize(bool used=true)
If this object is used as a property, then this should be called during the initialize phase.
virtual void renounce()=0
std::conditional< std::is_base_of< SG::VarHandleKeyArray, T >::value, VarHandleKeyArrayType, type2 >::type type
#define ATH_MSG_WARNING(x)
ChanAttrListMap::const_iterator const_iterator
SG::VarHandleKey & vhKey()
Return a non-const reference to the HandleKey.
uint8_t qual1(void) const
get quality of first PMT (data member)
Identifier tower_id(int pos_neg_z, int sampling, int region, int eta, int phi) const
build a tower identifier
bool is_tile(const Identifier id) const
Test wether given tower or layer is part of the Tile Calorimeter.
Gaudi::Details::PropertyBase & declareGaudiProperty(Gaudi::Property< T > &hndl, const SG::VarHandleKeyType &)
specialization for handling Gaudi::Property<SG::VarHandleKey>