|
ATLAS Offline Software
|
Go to the documentation of this file.
27 (
const std::string&
t,
const std::string&
n,
const IInterface*
p)
44 return StatusCode::FAILURE;
57 std::vector<InDet::IZWindowRoISeedTool::ZWindow> listRoIs;
60 unsigned long long evtN = 0;
75 std::istringstream iss(
line);
78 unsigned long long eventnum;
81 while( iss >>
runnum >> eventnum >> zref){
83 if(
runnum == runN && eventnum == evtN)
break;
86 if(
runnum == runN && eventnum == evtN){
91 listRoIs.push_back(readinref);
path
python interpreter configuration --------------------------------------—
uint64_t eventNumber() const
The current event's event number.
uint32_t runNumber() const
The current event's run number.
::StatusCode StatusCode
StatusCode definition for legacy code.
StatusCode initialize(bool used=true)
If this object is used as a property, then this should be called during the initialize phase.
virtual bool isValid() override final
Can the handle be successfully dereferenced?