Skip to content
Snippets Groups Projects
Commit 7b8b890e authored by Walter Lampl's avatar Walter Lampl Committed by Graeme Stewart
Browse files

re-tag trunk to recover the lost CMakeLists.txt file (TrigT1CaloCalibToolInterfaces-00-00-20)

	* Add methods to the IL1CaloxAODOfflineTriggerTowerTools interface
	* Tag as TrigT1CaloCalibToolInterfaces-00-00-19


Former-commit-id: bc9d9b521f29ea422b469d616fc00efa7fa737bf
parent 337facea
No related branches found
No related tags found
No related merge requests found
......@@ -60,12 +60,18 @@ namespace LVL1{
// virtual std::vector<unsigned int> nCaloCellsByReceiver( const xAOD::TriggerTower& tt ) const = 0;
// virtual std::vector<unsigned int> nCaloCellsByReceiverByLayer( const xAOD::TriggerTower& tt ) const = 0;
virtual std::vector<std::vector<const CaloCell*>> caloCellsByReceiver( const xAOD::TriggerTower& tt ) const = 0;
virtual std::vector<std::vector<std::vector<const CaloCell*>>> caloCellsByLayerByReceiver( const xAOD::TriggerTower& tt ) const = 0;
virtual float caloCellsEnergy( const xAOD::TriggerTower& tt ) const = 0;
virtual float caloCellsET( const xAOD::TriggerTower& tt ) const = 0;
virtual std::vector<float> caloCellsEnergyByLayer( const xAOD::TriggerTower& tt ) const = 0;
virtual std::vector<float> caloCellsETByLayer( const xAOD::TriggerTower& tt ) const = 0;
// virtual std::vector<float> caloCellsEnergyByReceiver( const xAOD::TriggerTower& tt ,const int mode=0) const = 0;
virtual std::vector<float> caloCellsEnergyByReceiver( const xAOD::TriggerTower& tt ) const = 0;
virtual std::vector<float> caloCellsETByReceiver( const xAOD::TriggerTower& tt ) const = 0;
virtual std::vector<std::vector<float>> caloCellsEnergyByLayerByReceiver( const xAOD::TriggerTower& tt ) const = 0;
virtual std::vector<std::vector<float>> caloCellsETByLayerByReceiver( const xAOD::TriggerTower& tt ) const = 0;
// virtual unsigned int badCaloCells( const xAOD::TriggerTower& tt ) const = 0;
virtual float caloCellsQuality( const xAOD::TriggerTower& tt ) const = 0;
......@@ -119,4 +125,4 @@ namespace LVL1{
};
}
#endif
\ No newline at end of file
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment