#include <Configuration.h>
Public Member Functions | |
| Configuration () | |
| Configuration (std::string configfile) | |
| ~Configuration () | |
| int | read (std::string configfile) |
| Configuration () | |
| Configuration (std::string configfile) | |
| ~Configuration () | |
| int | read (std::string configfile) |
Public Attributes | |
| long | rseed |
| unsigned int | nevents |
| std::string | OutputFileName |
| std::vector< std::string > | ConfigFileNames |
| std::vector< std::string > | InputFileNames |
| bool | dijet |
| bool | z |
| bool | wplusjet |
| bool | tau |
| bool | top |
| bool | ue |
| bool | etmiss |
| bool | elasScat |
| bool | user |
| double | coneRadius |
| double | overlapThreshold |
| double | jet_ptmin |
| double | lepton_ptmin |
| double | DeltaR_lepton_track |
| double | max_eta |
| double | min_pt |
| bool | FSR |
| bool | ISR |
| bool | MI |
| bool | IsOK |
Definition at line 14 of file Configuration.h.svn-base.
| Configuration::Configuration | ( | ) |
Definition at line 12 of file Configuration.cc.svn-base.
References coneRadius, DeltaR_lepton_track, dijet, elasScat, etmiss, FSR, IsOK, ISR, jet_ptmin, lepton_ptmin, max_eta, MI, min_pt, nevents, OutputFileName, overlapThreshold, rseed, tau, top, ue, user, wplusjet, and z.
Referenced by Configuration().
| Configuration::Configuration | ( | std::string | configfile | ) |
Definition at line 51 of file Configuration.cc.svn-base.
References Configuration(), IsOK, and read().
| Configuration::~Configuration | ( | ) |
| Configuration::Configuration | ( | ) |
| Configuration::Configuration | ( | std::string | configfile | ) |
| Configuration::~Configuration | ( | ) |
| int Configuration::read | ( | std::string | configfile | ) |
| int Configuration::read | ( | std::string | configfile | ) |
Definition at line 64 of file Configuration.cc.svn-base.
References coneRadius, ConfigFileNames, DeltaR_lepton_track, dijet, elasScat, etmiss, FSR, InputFileNames, ISR, jet_ptmin, lepton_ptmin, max_eta, MI, min_pt, nevents, OutputFileName, overlapThreshold, rseed, tau, top, ue, user, wplusjet, and z.
Referenced by Configuration(), and main().
| double Configuration::coneRadius |
Definition at line 42 of file Configuration.h.svn-base.
Referenced by Configuration(), main(), and read().
| std::vector< std::string > Configuration::ConfigFileNames |
Definition at line 27 of file Configuration.h.svn-base.
Referenced by main(), read(), and ~Configuration().
Definition at line 46 of file Configuration.h.svn-base.
Referenced by Configuration(), main(), and read().
| bool Configuration::dijet |
Definition at line 31 of file Configuration.h.svn-base.
Referenced by Configuration(), main(), and read().
Definition at line 38 of file Configuration.h.svn-base.
Referenced by Configuration(), main(), and read().
Definition at line 37 of file Configuration.h.svn-base.
Referenced by Configuration(), main(), and read().
| bool Configuration::FSR |
Definition at line 50 of file Configuration.h.svn-base.
Referenced by Configuration(), main(), and read().
| std::vector< std::string > Configuration::InputFileNames |
| bool Configuration::IsOK |
| bool Configuration::ISR |
Definition at line 51 of file Configuration.h.svn-base.
Referenced by Configuration(), main(), and read().
| double Configuration::jet_ptmin |
Definition at line 44 of file Configuration.h.svn-base.
Referenced by Configuration(), main(), and read().
| double Configuration::lepton_ptmin |
Definition at line 45 of file Configuration.h.svn-base.
Referenced by Configuration(), main(), and read().
| double Configuration::max_eta |
Definition at line 47 of file Configuration.h.svn-base.
Referenced by Configuration(), main(), and read().
| bool Configuration::MI |
Definition at line 52 of file Configuration.h.svn-base.
Referenced by Configuration(), main(), and read().
| double Configuration::min_pt |
Definition at line 48 of file Configuration.h.svn-base.
Referenced by Configuration(), main(), and read().
| unsigned int Configuration::nevents |
Definition at line 25 of file Configuration.h.svn-base.
Referenced by Configuration(), main(), and read().
| std::string Configuration::OutputFileName |
Definition at line 26 of file Configuration.h.svn-base.
Referenced by Configuration(), main(), and read().
Definition at line 43 of file Configuration.h.svn-base.
Referenced by Configuration(), main(), and read().
| long Configuration::rseed |
Definition at line 24 of file Configuration.h.svn-base.
Referenced by Configuration(), main(), and read().
| bool Configuration::tau |
Definition at line 34 of file Configuration.h.svn-base.
Referenced by Configuration(), main(), and read().
| bool Configuration::top |
Definition at line 35 of file Configuration.h.svn-base.
Referenced by Configuration(), main(), and read().
| bool Configuration::ue |
Definition at line 36 of file Configuration.h.svn-base.
Referenced by Configuration(), main(), and read().
| bool Configuration::user |
Definition at line 39 of file Configuration.h.svn-base.
Referenced by Configuration(), main(), and read().
Definition at line 33 of file Configuration.h.svn-base.
Referenced by Configuration(), main(), and read().
| bool Configuration::z |
Definition at line 32 of file Configuration.h.svn-base.
Referenced by Configuration(), main(), and read().
1.4.7