boca::FileInfo Class Reference
Input file infos. More...
#include <FileInfo.hh>
Public Member Functions | |
| FileInfo (std::vector< std::string > const &file_names={}, boca::Names const &names=""s, Number< boca::Crosssection > crosssection=0_pb, boca::Mass const &mass=0_eV) | |
| void | SetPath (std::string const &path) |
| void | SetSource (boca::Source const &source) |
| boca::Names | Names () const |
| Number< boca::Crosssection > | Crosssection () const |
| boca::Mass | Mass () const |
| std::string | TaggerTreeName () const |
| std::string | GeneratorTreeName () const |
| std::vector< std::string > | Paths () const |
Detailed Description
Input file infos.
ProcessFolder has to be set
Constructor & Destructor Documentation
| boca::FileInfo::FileInfo | ( | std::vector< std::string > const & | file_names = {}, |
| boca::Names const & | names = ""s, |
||
| Number< boca::Crosssection > | crosssection = 0_pb, |
||
| boca::Mass const & | mass = 0_eV |
||
| ) |
Member Function Documentation
| Number< boca::Crosssection > boca::FileInfo::Crosssection | ( | ) | const |
| std::string boca::FileInfo::GeneratorTreeName | ( | ) | const |
| boca::Mass boca::FileInfo::Mass | ( | ) | const |
| Names boca::FileInfo::Names | ( | ) | const |
| std::vector< std::string > boca::FileInfo::Paths | ( | ) | const |
| void boca::FileInfo::SetPath | ( | std::string const & | path | ) |
| void boca::FileInfo::SetSource | ( | boca::Source const & | source | ) |
| std::string boca::FileInfo::TaggerTreeName | ( | ) | const |
The documentation for this class was generated from the following files:
- boca/io/FileInfo.hh
- source/io/FileInfo.cpp
