Jpp
15.0.1-rc.2-highQE
the software that should make you happy
|
Auxiliary class for organising Monte Carlo run headers. More...
#include <JHeadSet.hh>
Public Member Functions | |
JHeadSet () | |
Default constructor. More... | |
JHeadSet (JMultipleFileScanner_t &input) | |
Constructor. More... | |
void | put (JMultipleFileScanner_t &input) |
Put headers from given list of files. More... | |
void | put (const std::string &input) |
Put header from given file. More... | |
const JHead & | get (const std::string &input) const |
Get header for given file. More... | |
Public Attributes | |
JComparator_t | compare |
Function object for comparison of headers. More... | |
Auxiliary class for organising Monte Carlo run headers.
Definition at line 29 of file JHeadSet.hh.
|
inline |
|
inline |
Constructor.
input | file list |
Definition at line 44 of file JHeadSet.hh.
|
inline |
Put headers from given list of files.
input | file list |
Definition at line 55 of file JHeadSet.hh.
|
inline |
Put header from given file.
input | file name |
Definition at line 68 of file JHeadSet.hh.
|
inline |
Get header for given file.
input | file name |
Definition at line 89 of file JHeadSet.hh.
JComparator_t JSUPPORT::JHeadSet< JComparator_t >::compare |
Function object for comparison of headers.
Definition at line 105 of file JHeadSet.hh.