ATLAS Offline Software
Loading...
Searching...
No Matches
RPCtrigDataObject.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3*/
4
5#include <iomanip>
7
8using namespace std;
9
10RPCtrigDataObject::RPCtrigDataObject(int num,const std::string& name) :
12
15
16
17void
18RPCtrigDataObject::Print(ostream& stream,bool detail) const
19{
20 detail = true;
21 if(detail)
22 {
23 stream << name() << " number " << setw(3) << number();
24 }
25 stream << endl;
26}
27
28void
@ Data
Definition BaseObject.h:11
BaseObject(ObjectType, const std::string &)
Definition BaseObject.cxx:7
const std::string & name() const
Definition BaseObject.h:23
void Print(std::ostream &, bool) const
RPCtrigDataObject(int, const std::string &)
STL namespace.