![]() |
ATLAS Offline Software
|
#include <TGRLCollection.h>
Public Member Functions | |
| TGRLCollection (Bool_t checkGRLInfo=kFALSE) | |
| virtual | ~TGRLCollection () |
| TGRLCollection (const Root::TGRLCollection &other)=default | |
| TGRLCollection & | operator= (const TGRLCollection &other)=default |
| TGRLCollection (Root::TGRLCollection &&)=default | |
| TGRLCollection & | operator= (TGRLCollection &&other)=default |
| 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.
|
default |
|
default |
| std::vector< Root::TGoodRunsList >::iterator Root::TGRLCollection::find | ( | const TString & | name | ) |
Definition at line 205 of file TGRLCollection.cxx.
| std::vector< Root::TGoodRunsList >::const_iterator Root::TGRLCollection::find | ( | const TString & | name | ) | const |
Definition at line 222 of file TGRLCollection.cxx.
| const Root::TGoodRunsList Root::TGRLCollection::GetGoodRunsList | ( | unsigned int | idx | ) | const |
Definition at line 151 of file TGRLCollection.cxx.
| const Root::TGoodRunsList Root::TGRLCollection::GetMergedGoodRunsList | ( | const Root::BoolOperation & | operation = OR | ) | const |
Definition at line 107 of file TGRLCollection.cxx.
| const Root::TGRLCollection Root::TGRLCollection::GetMergedGRLCollection | ( | const Root::BoolOperation & | operation = OR | ) | const |
Definition at line 161 of file TGRLCollection.cxx.
| const Root::TGRLCollection Root::TGRLCollection::GetOverlapWith | ( | const TGoodRunsList & | other | ) | const |
Definition at line 246 of file TGRLCollection.cxx.
| Bool_t Root::TGRLCollection::HasGoodRunsList | ( | const TString & | name | ) | const |
Definition at line 239 of file TGRLCollection.cxx.
| Bool_t Root::TGRLCollection::HasRun | ( | const Int_t & | runnr | ) | const |
Definition at line 65 of file TGRLCollection.cxx.
| Bool_t Root::TGRLCollection::HasRunLumiBlock | ( | const Int_t & | runnr, |
| const Int_t & | lumiblocknr ) const |
Definition at line 79 of file TGRLCollection.cxx.
| Bool_t Root::TGRLCollection::IsEmpty | ( | ) | const |
Definition at line 93 of file TGRLCollection.cxx.
|
default |
|
default |
| void Root::TGRLCollection::Reset | ( | ) |
Definition at line 29 of file TGRLCollection.cxx.
|
inline |
Definition at line 38 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 54 of file TGRLCollection.cxx.
|
inherited |
STL member.
|
private |
Definition at line 57 of file TGRLCollection.h.