![]() |
ATLAS Offline Software
|
#include <TGoodRun.h>
Classes | |
| struct | SorterL2H |
Public Member Functions | |
| TGoodRun () | |
| TGoodRun (const Int_t &runnr) | |
| virtual | ~TGoodRun () |
| TGoodRun (const Root::TGoodRun &other) | |
| TGoodRun & | operator= (const TGoodRun &other) |
| const Root::TGoodRun | GetOverlapWith (const TGoodRun &other) const |
| const Root::TGoodRun | GetSumWith (const TGoodRun &other) const |
| const Root::TGoodRun | GetPartOnlyIn (const TGoodRun &other) const |
| const Root::TGoodRun | GetPartNotIn (const TGoodRun &other) const |
| Bool_t | IsEmpty () const |
| Bool_t | HasLB (const Int_t &lumiblocknr) const |
| std::vector< Root::TLumiBlockRange >::iterator | Find (const Int_t &lumiblocknr) |
| std::vector< Root::TLumiBlockRange >::const_iterator | Find (const Int_t &lumiblocknr) const |
| Int_t | GetRunNumber () const |
| void | SetRunNumber (const Int_t &runnr) |
| void | Summary () const |
| void | Sort () |
| void | Compress () |
| void | AddLB (const Int_t &lumiblocknr) |
Public Attributes | |
| T | elements |
| STL member. | |
Private Attributes | |
| Int_t | m_runnr |
Definition at line 22 of file TGoodRun.h.
| Root::TGoodRun::TGoodRun | ( | ) |
| Root::TGoodRun::TGoodRun | ( | const Int_t & | runnr | ) |
Definition at line 22 of file TGoodRun.cxx.
|
virtual |
Definition at line 30 of file TGoodRun.cxx.
| Root::TGoodRun::TGoodRun | ( | const Root::TGoodRun & | other | ) |
Definition at line 35 of file TGoodRun.cxx.
| void Root::TGoodRun::AddLB | ( | const Int_t & | lumiblocknr | ) |
Definition at line 264 of file TGoodRun.cxx.
| void Root::TGoodRun::Compress | ( | ) |
Definition at line 200 of file TGoodRun.cxx.
| std::vector< Root::TLumiBlockRange >::iterator Root::TGoodRun::Find | ( | const Int_t & | lumiblocknr | ) |
Definition at line 149 of file TGoodRun.cxx.
| std::vector< Root::TLumiBlockRange >::const_iterator Root::TGoodRun::Find | ( | const Int_t & | lumiblocknr | ) | const |
Definition at line 164 of file TGoodRun.cxx.
| const Root::TGoodRun Root::TGoodRun::GetOverlapWith | ( | const TGoodRun & | other | ) | const |
Definition at line 57 of file TGoodRun.cxx.
| const Root::TGoodRun Root::TGoodRun::GetPartNotIn | ( | const TGoodRun & | other | ) | const |
Definition at line 108 of file TGoodRun.cxx.
| const Root::TGoodRun Root::TGoodRun::GetPartOnlyIn | ( | const TGoodRun & | other | ) | const |
Definition at line 101 of file TGoodRun.cxx.
|
inline |
Definition at line 42 of file TGoodRun.h.
| const Root::TGoodRun Root::TGoodRun::GetSumWith | ( | const TGoodRun & | other | ) | const |
Definition at line 79 of file TGoodRun.cxx.
| Bool_t Root::TGoodRun::HasLB | ( | const Int_t & | lumiblocknr | ) | const |
Definition at line 133 of file TGoodRun.cxx.
| Bool_t Root::TGoodRun::IsEmpty | ( | ) | const |
Definition at line 249 of file TGoodRun.cxx.
| Root::TGoodRun & Root::TGoodRun::operator= | ( | const TGoodRun & | other | ) |
Definition at line 44 of file TGoodRun.cxx.
|
inline |
Definition at line 43 of file TGoodRun.h.
| void Root::TGoodRun::Sort | ( | ) |
Definition at line 193 of file TGoodRun.cxx.
| void Root::TGoodRun::Summary | ( | ) | const |
Definition at line 179 of file TGoodRun.cxx.
|
inherited |
STL member.
|
private |
Definition at line 53 of file TGoodRun.h.