the tool to select Ultra Central Collisions (applies a cut on calo energy)
More...
#include <TrigHIUCCHypoTool.h>
the tool to select Ultra Central Collisions (applies a cut on calo energy)
Definition at line 22 of file TrigHIUCCHypoTool.h.
◆ TrigHIUCCHypoTool()
| TrigHIUCCHypoTool::TrigHIUCCHypoTool |
( |
const std::string & | type, |
|
|
const std::string & | name, |
|
|
const IInterface * | parent ) |
Definition at line 8 of file TrigHIUCCHypoTool.cxx.
8 :
9 base_class(type, name, parent),
11{
12}
static HLT::Identifier fromToolName(const std::string &tname)
◆ ~TrigHIUCCHypoTool()
| virtual TrigHIUCCHypoTool::~TrigHIUCCHypoTool |
( |
| ) |
|
|
inlineoverridevirtual |
◆ decide()
Definition at line 18 of file TrigHIUCCHypoTool.cxx.
18 {
20
21 float totalFCalEt = 0;
23 const int layer = es->layer();
24 if (layer < 21 or layer > 23) {
25 continue;
26 }
27 totalFCalEt += es->et();
28 }
30 return StatusCode::SUCCESS;
31}
HIEventShape_v2 HIEventShape
Definition of the latest event info version.
◆ finalize()
| virtual StatusCode TrigHIUCCHypoTool::finalize |
( |
| ) |
|
|
inlineoverridevirtual |
◆ getId()
◆ initialize()
| virtual StatusCode TrigHIUCCHypoTool::initialize |
( |
| ) |
|
|
inlineoverridevirtual |
◆ m_decisionId
◆ m_FCalEtThreshold
| Gaudi::Property<float> TrigHIUCCHypoTool::m_FCalEtThreshold {this, "FCalEtThreshold", -1, "Threshold applied on ET from FCal"} |
|
private |
Definition at line 35 of file TrigHIUCCHypoTool.h.
35{this, "FCalEtThreshold", -1, "Threshold applied on ET from FCal"};
The documentation for this class was generated from the following files: