|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef GLOBALSIM_DELTARSQRINCL2ALGTOOL_H
6 #define GLOBALSIM_DELTARSQRINCL2ALGTOOL_H
12 #include "../IGlobalSimAlgTool.h"
13 #include "../IO/GenericTOBArray.h"
14 #include "../IO/Decision.h"
15 #include "../IO/GenericTOBArrayVector_clid.h"
28 const std::string&
name,
35 virtual StatusCode run(
const EventContext& ctx)
const override;
37 virtual std::string
toString()
const override;
45 "instance name of concrete L1Topo Algorithm"};
51 "maximum of the obs for argument 1 to consider"};
57 "maximum of the obs for argument 2 to consider"};
60 Gaudi::Property<std::vector<unsigned int>>
m_MinET1 {
64 "Min ET values for argument 1, one per output bit"
68 Gaudi::Property<std::vector<unsigned int>>
m_MinET2 {
72 "Min ET values for argument 2, one per output bit"
80 "Delta R min values, one per output bit"
88 "Delta R max values, one per output bit"
96 "number of bits to set in the Decision object"
103 "flag to enable dumps"};
105 ToolHandle<GenericMonitoringTool>
111 "key to read in a genericTOBArray 1st arg"};
116 "key to read in a genericTOBArray 2nd arg"};
121 "TOBArrayVectorWriteKey",
123 "key to write out a vector<GlobalSim::GenericTOBArray>"};
127 "key to write out an GlobalSim::Decision object"};
@ u
Enums for curvilinear frames.
AlgTool to obtain a selection of eFex RoIs read in from the event store.
Property holding a SG store/key/clid from which a WriteHandle is made.
::StatusCode StatusCode
StatusCode definition for legacy code.