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 |
|
) |
| |
◆ ~TrigHIUCCHypoTool()
virtual TrigHIUCCHypoTool::~TrigHIUCCHypoTool |
( |
| ) |
|
|
inlineoverridevirtual |
◆ decide()
Definition at line 18 of file TrigHIUCCHypoTool.cxx.
21 float totalFCalEt = 0;
23 const int layer = es->layer();
24 if (layer < 21 or layer > 23) {
27 totalFCalEt += es->et();
30 return StatusCode::SUCCESS;
◆ 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 |
The documentation for this class was generated from the following files: