|
ATLAS Offline Software
|
Go to the documentation of this file.
4 #ifndef TRIGMINBIAS_SPCOUNTHYPOTOOL_H
5 #define TRIGMINBIAS_SPCOUNTHYPOTOOL_H
9 #include "Gaudi/Property.h"
28 template<
typename DetailType>
30 template<
typename DetailType>
35 Gaudi::Property<int>
m_pixCL{
this,
"pixCL", -1,
"Require Clusters (of any size) Count > threshold (-1 disabled) in whole pixel"};
36 Gaudi::Property<int>
m_pixCLMax{
this,
"pixCLMax", -1,
"Require Clusters (of any size) Count < threshold (-1 disabled) in whole pixel"};
37 Gaudi::Property<int>
m_pixCLnoToT{
this,
"pixCLnoToT", -1,
"Require Clusters (of any size, without ToT cut) Count > threshold (-1 disabled) in whole pixel"};
38 Gaudi::Property<int>
m_pixCL_1{
this,
"pixCL_1", -1,
"Require Clusters Count made of clusters of size 1 > threshold (-1 disabled) in whole pixel"};
39 Gaudi::Property<int>
m_pixCL_2{
this,
"pixCL_2", -1,
"Require Clusters Count made of clusters of size 2 > threshold (-1 disabled) in whole pixel"};
40 Gaudi::Property<int>
m_pixCLmin3{
this,
"pixCLmin3", -1,
"Accept eventss with minimum 3 SP Count > threshold (-1 disabled) in pixel"};
41 Gaudi::Property<int>
m_pixCLBarrel{
this,
"pixCLBarrel", -1,
"Require Clusters Count > threshold (-1 disabled) in pixel Barrel"};
42 Gaudi::Property<int>
m_pixCLEndcapA{
this,
"pixCLEndcapA", -1,
"Require Clusters Count > threshold (-1 disabled) in pixel Endcap A side"};
43 Gaudi::Property<int>
m_pixCLEndcapC{
this,
"pixCLEndcapC", -1,
"Require Clusters > threshold (-1 disabled) in pixel Endcap C side"};
44 Gaudi::Property<int>
m_sctSP{
this,
"sctSP", -1,
"Require SP Count > threshold (-1 disabled) in whole SCT"};
45 Gaudi::Property<int>
m_sctSPMax{
this,
"sctSPMax", -1,
"Require SP Count < threshold (-1 disabled) in whole SCT"};
46 Gaudi::Property<int>
m_sctSPBarrel{
this,
"sctSPBarrel", -1,
"Require SP Count > threshold (-1 disabled) in SCT Barrel"};
47 Gaudi::Property<int>
m_sctSPEndcapA{
this,
"sctSPEndcapA", -1,
"Require SP Count > threshold (-1 disabled) in SCT Endcap A side"};
48 Gaudi::Property<int>
m_sctSPEndcapC{
this,
"sctSPEndcapC", -1,
"Require SP Count > threshold (-1 disabled) in SCT Endcap C side"};
49 Gaudi::Property<bool>
m_logicAnd{
this,
"TriggerTypeAnd",
true,
"And/Or Logic"};
50 Gaudi::Property<float>
m_pixQ2mod{
this,
"pixQ2mod", -1,
"Cut on the value of QT magnitude"};
54 #endif //> !TRIGMINBIAS_SPCOUNTHYPOTOOL_H
Mixin class to perform additional checks on a component.
::StatusCode StatusCode
StatusCode definition for legacy code.
Class used to describe composite objects in the HLT.
std::set< DecisionID > DecisionIDContainer