![]() |
ATLAS Offline Software
|
#include <TGRLCollection.h>
Public Member Functions | |
| TGRLCollection (Bool_t checkGRLInfo=kFALSE) | |
| virtual | ~TGRLCollection () |
| TGRLCollection (const Root::TGRLCollection &other) | |
| TGRLCollection & | operator= (const TGRLCollection &other) |
| void | SetVersion (const TString &version) |
| void | SetMetaData (const std::map< TString, TString > &metadata) |
| void | SetCheckGRLInfo (Bool_t check=kTRUE) |
| Bool_t | HasRun (const Int_t &runnr) const |
| Bool_t | HasRunLumiBlock (const Int_t &runnr, const Int_t &lumiblocknr) const |
| Bool_t | IsEmpty () const |
| Bool_t | HasGoodRunsList (const TString &name) const |
| const TGoodRunsList | GetMergedGoodRunsList (const Root::BoolOperation &operation=OR) const |
| const TGoodRunsList | GetGoodRunsList (unsigned int idx) const |
| std::vector< TGoodRunsList >::iterator | find (const TString &name) |
| std::vector< TGoodRunsList >::const_iterator | find (const TString &name) const |
| const Root::TGRLCollection | GetMergedGRLCollection (const Root::BoolOperation &operation=OR) const |
| const Root::TGRLCollection | GetOverlapWith (const TGoodRunsList &other) const |
| void | Reset () |
| void | Summary (Bool_t verbose=kFALSE) const |
Public Attributes | |
| T | elements |
| STL member. | |
Private Attributes | |
| Bool_t | m_checkGRLInfo |
Definition at line 24 of file TGRLCollection.h.
| Root::TGRLCollection::TGRLCollection | ( | Bool_t | checkGRLInfo = kFALSE | ) |
|
virtual |
Definition at line 22 of file TGRLCollection.cxx.
| Root::TGRLCollection::TGRLCollection | ( | const Root::TGRLCollection & | other | ) |
Definition at line 28 of file TGRLCollection.cxx.
| std::vector< Root::TGoodRunsList >::iterator Root::TGRLCollection::find | ( | const TString & | name | ) |
Definition at line 226 of file TGRLCollection.cxx.
| std::vector< Root::TGoodRunsList >::const_iterator Root::TGRLCollection::find | ( | const TString & | name | ) | const |
Definition at line 243 of file TGRLCollection.cxx.
| const Root::TGoodRunsList Root::TGRLCollection::GetGoodRunsList | ( | unsigned int | idx | ) | const |
Definition at line 172 of file TGRLCollection.cxx.
| const Root::TGoodRunsList Root::TGRLCollection::GetMergedGoodRunsList | ( | const Root::BoolOperation & | operation = OR | ) | const |
Definition at line 128 of file TGRLCollection.cxx.
| const Root::TGRLCollection Root::TGRLCollection::GetMergedGRLCollection | ( | const Root::BoolOperation & | operation = OR | ) | const |
Definition at line 182 of file TGRLCollection.cxx.
| const Root::TGRLCollection Root::TGRLCollection::GetOverlapWith | ( | const TGoodRunsList & | other | ) | const |
Definition at line 267 of file TGRLCollection.cxx.
| Bool_t Root::TGRLCollection::HasGoodRunsList | ( | const TString & | name | ) | const |
Definition at line 260 of file TGRLCollection.cxx.
| Bool_t Root::TGRLCollection::HasRun | ( | const Int_t & | runnr | ) | const |
Definition at line 86 of file TGRLCollection.cxx.
| Bool_t Root::TGRLCollection::HasRunLumiBlock | ( | const Int_t & | runnr, |
| const Int_t & | lumiblocknr ) const |
Definition at line 100 of file TGRLCollection.cxx.
| Bool_t Root::TGRLCollection::IsEmpty | ( | ) | const |
Definition at line 114 of file TGRLCollection.cxx.
| Root::TGRLCollection & Root::TGRLCollection::operator= | ( | const TGRLCollection & | other | ) |
Definition at line 37 of file TGRLCollection.cxx.
| void Root::TGRLCollection::Reset | ( | ) |
Definition at line 50 of file TGRLCollection.cxx.
|
inline |
Definition at line 36 of file TGRLCollection.h.
| void Root::TGRLCollection::SetMetaData | ( | const std::map< TString, TString > & | metadata | ) |
| void Root::TGRLCollection::SetVersion | ( | const TString & | version | ) |
| void Root::TGRLCollection::Summary | ( | Bool_t | verbose = kFALSE | ) | const |
Definition at line 75 of file TGRLCollection.cxx.
|
inherited |
STL member.
|
private |
Definition at line 55 of file TGRLCollection.h.