![]() |
ATLAS Offline Software
|
#include <TGoodRunsList.h>
Public Member Functions | |
| TGoodRunsList () | |
| TGoodRunsList (const char *name) | |
| virtual | ~TGoodRunsList () |
| TGoodRunsList (const TGoodRunsList &)=default | |
| TGoodRunsList (TGoodRunsList &&)=default | |
| TGoodRunsList & | operator= (const TGoodRunsList &)=default |
| TGoodRunsList & | operator= (TGoodRunsList &&)=default |
| void | AddGRL (const TGoodRunsList &other) |
| const Root::TGoodRunsList | GetOverlapWith (const TGoodRunsList &other) const |
| const Root::TGoodRunsList | GetSumWith (const TGoodRunsList &other) const |
| const Root::TGoodRunsList | GetPartOnlyIn (const TGoodRunsList &other) const |
| const Root::TGoodRunsList | GetPartNotIn (const TGoodRunsList &other) const |
| Bool_t | HasTriggerInfo () const |
| Bool_t | HasRun (Int_t runnr) const |
| Bool_t | HasRunLumiBlock (Int_t runnr, Int_t lumiblocknr) const |
| Bool_t | HasSameGRLInfo (const TGoodRunsList &other) const |
| Bool_t | HasOverlapWith (const TGoodRunsList &other, bool verb=false) const |
| void | AddRunLumiBlock (Int_t runnr, Int_t lumiblocknr) |
| void | SetVersion (const TString &version) |
| void | AddMetaData (const TString &key, const TString &value) |
| void | SetMetaData (const std::map< TString, TString > &metadata) |
| void | SetCheckGRLInfo (Bool_t check=kTRUE) |
| const Bool_t & | GetCheckGRLInfo () const |
| const TString & | GetVersion () const |
| const std::map< TString, TString > & | GetMetaData () const |
| unsigned int | GetMetaDataSize () const |
| void | Summary (Bool_t verbose=kFALSE) const |
| Bool_t | IsEmpty () const |
| std::vector< int > | GetRunlist () const |
| std::vector< Root::TGoodRun > | GetGoodRuns () const |
| std::vector< std::string > | GetTriggerList () const |
| std::vector< std::string > | GetStreamList () const |
| TString | GetSuggestedName () const |
| void | Compress () |
Public Attributes | |
| K | keys |
| STL member. | |
| T | elements |
| STL member. | |
Private Attributes | |
| TString | m_version |
| std::map< TString, TString > | m_metadata |
| bool | m_checkGRLInfo {false} |
Definition at line 26 of file TGoodRunsList.h.
| Root::TGoodRunsList::TGoodRunsList | ( | ) |
| Root::TGoodRunsList::TGoodRunsList | ( | const char * | name | ) |
Definition at line 20 of file TGoodRunsList.cxx.
|
virtual |
Definition at line 27 of file TGoodRunsList.cxx.
|
default |
|
default |
| void Root::TGoodRunsList::AddGRL | ( | const TGoodRunsList & | other | ) |
Definition at line 32 of file TGoodRunsList.cxx.
|
inline |
Definition at line 53 of file TGoodRunsList.h.
| void Root::TGoodRunsList::AddRunLumiBlock | ( | Int_t | runnr, |
| Int_t | lumiblocknr ) |
Definition at line 413 of file TGoodRunsList.cxx.
| void Root::TGoodRunsList::Compress | ( | ) |
Definition at line 429 of file TGoodRunsList.cxx.
|
inline |
Definition at line 57 of file TGoodRunsList.h.
| std::vector< Root::TGoodRun > Root::TGoodRunsList::GetGoodRuns | ( | ) | const |
Definition at line 287 of file TGoodRunsList.cxx.
|
inline |
Definition at line 59 of file TGoodRunsList.h.
|
inline |
Definition at line 60 of file TGoodRunsList.h.
| const Root::TGoodRunsList Root::TGoodRunsList::GetOverlapWith | ( | const TGoodRunsList & | other | ) | const |
Definition at line 83 of file TGoodRunsList.cxx.
| const Root::TGoodRunsList Root::TGoodRunsList::GetPartNotIn | ( | const TGoodRunsList & | other | ) | const |
Definition at line 175 of file TGoodRunsList.cxx.
| const Root::TGoodRunsList Root::TGoodRunsList::GetPartOnlyIn | ( | const TGoodRunsList & | other | ) | const |
Definition at line 168 of file TGoodRunsList.cxx.
| std::vector< int > Root::TGoodRunsList::GetRunlist | ( | ) | const |
Definition at line 277 of file TGoodRunsList.cxx.
| std::vector< std::string > Root::TGoodRunsList::GetStreamList | ( | ) | const |
Definition at line 311 of file TGoodRunsList.cxx.
| TString Root::TGoodRunsList::GetSuggestedName | ( | ) | const |
Definition at line 390 of file TGoodRunsList.cxx.
| const Root::TGoodRunsList Root::TGoodRunsList::GetSumWith | ( | const TGoodRunsList & | other | ) | const |
Definition at line 123 of file TGoodRunsList.cxx.
| std::vector< std::string > Root::TGoodRunsList::GetTriggerList | ( | ) | const |
Definition at line 297 of file TGoodRunsList.cxx.
|
inline |
Definition at line 58 of file TGoodRunsList.h.
| Bool_t Root::TGoodRunsList::HasOverlapWith | ( | const TGoodRunsList & | other, |
| bool | verb = false ) const |
Definition at line 242 of file TGoodRunsList.cxx.
| Bool_t Root::TGoodRunsList::HasRun | ( | Int_t | runnr | ) | const |
Definition at line 214 of file TGoodRunsList.cxx.
| Bool_t Root::TGoodRunsList::HasRunLumiBlock | ( | Int_t | runnr, |
| Int_t | lumiblocknr ) const |
| Bool_t Root::TGoodRunsList::HasSameGRLInfo | ( | const TGoodRunsList & | other | ) | const |
check names
check versions
check RQ version <Metadata Name="RQTSVNVersion">CoolRunQuery-unknown</Metadata>
Definition at line 325 of file TGoodRunsList.cxx.
| Bool_t Root::TGoodRunsList::HasTriggerInfo | ( | ) | const |
Definition at line 229 of file TGoodRunsList.cxx.
| Bool_t Root::TGoodRunsList::IsEmpty | ( | ) | const |
Definition at line 376 of file TGoodRunsList.cxx.
|
default |
|
default |
|
inline |
Definition at line 55 of file TGoodRunsList.h.
|
inline |
Definition at line 54 of file TGoodRunsList.h.
|
inline |
Definition at line 52 of file TGoodRunsList.h.
| void Root::TGoodRunsList::Summary | ( | Bool_t | verbose = kFALSE | ) | const |
Definition at line 253 of file TGoodRunsList.cxx.
|
inherited |
STL member.
|
inherited |
STL member.
|
private |
Definition at line 77 of file TGoodRunsList.h.
|
private |
Definition at line 76 of file TGoodRunsList.h.
|
private |
Definition at line 75 of file TGoodRunsList.h.