![]() |
ATLAS Offline Software
|
Public Types | |
| enum | Format { UNDEF =0x00 , DB =0x01 , COOL =0x02 , XML =0x04 , JSON =0x08 } |
| enum | ETriggerLevel { LVL1 = 0 , HLT = 1 , NONE = 2 } |
Public Member Functions | |
| int | parseProgramOptions (int argc, char *argv[]) |
| void | PrintSetup () |
| string | CheckForCompleteSetup () |
| void | PrintSetup (std::ostream &log, std::ostream &(*lineend)(std::ostream &os)) |
| void | parseProgramOptions (int argc, char *argv[]) |
| unsigned int | getKey (unsigned int which) |
| unsigned int | getKey2 (unsigned int which) |
Public Attributes | |
| string | cooldb {"COOLONL_TRIGGER/CONDBR2"} |
| unsigned int | run {0} |
| unsigned int | lb {0} |
| unsigned int | lbend {0} |
| bool | openended {true} |
| bool | fix {false} |
| bool | extendedSelection {false} |
| string | triggerdb {"TRIGGERDBR2"} |
| int | smk {0} |
| int | bgsk {0} |
| int | l1psk {0} |
| int | hltpsk {0} |
| string | release {""} |
| bool | help {false} |
| int | printlevel {-1} |
| MSGTC::Level | outputlevel {MSGTC::WARNING} |
| vector< string > | error |
| string | coolConnection {""} |
| std::vector< std::string > | inpar |
| std::vector< std::string > | inpar2 |
| std::vector< std::string > | outpar |
| Format | input {UNDEF} |
| Format | input2 {UNDEF} |
| unsigned int | output {UNDEF} |
| string | db {""} |
| string | db2 {""} |
| vector< unsigned int > | keys |
| vector< unsigned int > | keys2 |
| string | outBase {""} |
| string | l1JsonOutFile {"L1Menu.json"} |
| string | bgkJsonOutFile {"BunchGroupSet.json"} |
| string | l1PSJsonOutFile { "L1PrescalesSet.json" } |
| string | hltJsonOutFile { "HLTMenu.json" } |
| string | hltPSJsonOutFile { "HLTPrescalesSet.json" } |
| string | coolInputConnection { "" } |
| string | coolOutputConnection { "" } |
| unsigned int | coolOutputRunNr { 0 } |
| bool | jo {false} |
| bool | fw {false} |
| string | logFileName {""} |
| bool | merge = { true } |
Definition at line 81 of file CoolFix.cxx.
| enum JobConfig::Format |
| string JobConfig::CheckForCompleteSetup | ( | ) |
Definition at line 302 of file ReadWrite.cxx.
|
inline |
Definition at line 144 of file ReadWrite.cxx.
|
inline |
| void JobConfig::parseProgramOptions | ( | int | argc, |
| char * | argv[] ) |
Definition at line 114 of file CoolFix.cxx.
| void JobConfig::parseProgramOptions | ( | int | argc, |
| char * | argv[] ) |
| void JobConfig::PrintSetup | ( | ) |
Definition at line 223 of file CoolFix.cxx.
| void JobConfig::PrintSetup | ( | std::ostream & | log, |
| std::ostream &(* | lineend )(std::ostream &os) ) |
Definition at line 322 of file ReadWrite.cxx.
| string JobConfig::bgkJsonOutFile {"BunchGroupSet.json"} |
Definition at line 118 of file ReadWrite.cxx.
| int JobConfig::bgsk {0} |
Definition at line 94 of file CoolFix.cxx.
| string JobConfig::coolConnection {""} |
Definition at line 105 of file CoolFix.cxx.
| string JobConfig::cooldb {"COOLONL_TRIGGER/CONDBR2"} |
Definition at line 83 of file CoolFix.cxx.
| string JobConfig::coolInputConnection { "" } |
Definition at line 123 of file ReadWrite.cxx.
| string JobConfig::coolOutputConnection { "" } |
Definition at line 124 of file ReadWrite.cxx.
| unsigned int JobConfig::coolOutputRunNr { 0 } |
Definition at line 125 of file ReadWrite.cxx.
| string JobConfig::db {""} |
Definition at line 113 of file ReadWrite.cxx.
| string JobConfig::db2 {""} |
Definition at line 113 of file ReadWrite.cxx.
Definition at line 103 of file CoolFix.cxx.
| bool JobConfig::extendedSelection {false} |
Definition at line 90 of file CoolFix.cxx.
| bool JobConfig::fix {false} |
Definition at line 89 of file CoolFix.cxx.
| bool JobConfig::fw {false} |
Definition at line 132 of file ReadWrite.cxx.
| bool JobConfig::help {false} |
Definition at line 99 of file CoolFix.cxx.
| string JobConfig::hltJsonOutFile { "HLTMenu.json" } |
Definition at line 120 of file ReadWrite.cxx.
| string JobConfig::hltPSJsonOutFile { "HLTPrescalesSet.json" } |
Definition at line 121 of file ReadWrite.cxx.
| int JobConfig::hltpsk {0} |
Definition at line 96 of file CoolFix.cxx.
| std::vector<std::string> JobConfig::inpar |
Definition at line 108 of file ReadWrite.cxx.
| std::vector<std::string> JobConfig::inpar2 |
Definition at line 108 of file ReadWrite.cxx.
Definition at line 110 of file ReadWrite.cxx.
Definition at line 111 of file ReadWrite.cxx.
| bool JobConfig::jo {false} |
Definition at line 131 of file ReadWrite.cxx.
| vector<unsigned int> JobConfig::keys |
Definition at line 114 of file ReadWrite.cxx.
| vector<unsigned int> JobConfig::keys2 |
Definition at line 114 of file ReadWrite.cxx.
| string JobConfig::l1JsonOutFile {"L1Menu.json"} |
Definition at line 117 of file ReadWrite.cxx.
| string JobConfig::l1PSJsonOutFile { "L1PrescalesSet.json" } |
Definition at line 119 of file ReadWrite.cxx.
| int JobConfig::l1psk {0} |
Definition at line 95 of file CoolFix.cxx.
| unsigned int JobConfig::lb {0} |
Definition at line 85 of file CoolFix.cxx.
| unsigned int JobConfig::lbend {0} |
Definition at line 86 of file CoolFix.cxx.
| string JobConfig::logFileName {""} |
Definition at line 133 of file ReadWrite.cxx.
| bool JobConfig::merge = { true } |
Definition at line 134 of file ReadWrite.cxx.
| bool JobConfig::openended {true} |
Definition at line 87 of file CoolFix.cxx.
| string JobConfig::outBase {""} |
Definition at line 115 of file ReadWrite.cxx.
| std::vector<std::string> JobConfig::outpar |
Definition at line 108 of file ReadWrite.cxx.
| unsigned int JobConfig::output {UNDEF} |
Definition at line 112 of file ReadWrite.cxx.
| MSGTC::Level JobConfig::outputlevel {MSGTC::WARNING} |
Definition at line 101 of file CoolFix.cxx.
| int JobConfig::printlevel {-1} |
Definition at line 100 of file CoolFix.cxx.
| string JobConfig::release {""} |
Definition at line 97 of file CoolFix.cxx.
| unsigned int JobConfig::run {0} |
Definition at line 84 of file CoolFix.cxx.
| int JobConfig::smk {0} |
Definition at line 93 of file CoolFix.cxx.
| string JobConfig::triggerdb {"TRIGGERDBR2"} |
Definition at line 92 of file CoolFix.cxx.