ATLAS Offline Software
|
Classes | |
class | ITestHypoTool |
class | TestHypoAlg |
Invokes HypoTools and stores the result of the decision. More... | |
class | TestHypoTool |
Tool taking the decision for inclusive selection (one decision per object) More... | |
class | TestInputMaker |
Used at the start of a sequence: retrieves filtered collection via menu decision from previous step and writes it out directly so it can be used as input by the reco alg that follows in sequence. This test version creates TC collection output for emulation tests. More... | |
class | TestRecoAlg |
Pseudo reco alg, reads input file formatted as follows: prop1:value, prop2:value; prop1:value, prop2:value; ... and created TrigComposites with prop1 & prop2 details set to corresponding values. one line is one event. More... | |
Functions | |
void | split (const std::string &src, char delim, std::vector< std::string > &result) |
std::string | trim (const std::string &str) |
void HLTTest::split | ( | const std::string & | src, |
char | delim, | ||
std::vector< std::string > & | result | ||
) |