#include <MillePedeFileExtractor.h>
|
| MillePedeFileExtractor (const edm::ParameterSet &) |
|
| ~MillePedeFileExtractor () |
|
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
|
| EDAnalyzer () |
|
ModuleDescription const & | moduleDescription () const |
|
std::string | workerType () const |
|
virtual | ~EDAnalyzer () |
|
std::vector< ConsumesInfo > | consumesInfo () const |
|
| EDConsumerBase () |
|
ProductHolderIndexAndSkipBit | indexFrom (EDGetToken, BranchType, TypeID const &) const |
|
void | itemsMayGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
|
void | itemsToGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
|
std::vector
< ProductHolderIndexAndSkipBit >
const & | itemsToGetFromEvent () const |
|
void | labelsForToken (EDGetToken iToken, Labels &oLabels) const |
|
void | modulesDependentUpon (const std::string &iProcessName, std::vector< const char * > &oModuleLabels) const |
|
void | modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const |
|
bool | registeredToConsume (ProductHolderIndex, bool, BranchType) const |
|
bool | registeredToConsumeMany (TypeID const &, BranchType) const |
|
void | updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &) |
|
virtual | ~EDConsumerBase () |
|
Definition at line 30 of file MillePedeFileExtractor.h.
MillePedeFileExtractor::~MillePedeFileExtractor |
( |
| ) |
|
Definition at line 62 of file MillePedeFileExtractor.cc.
References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::add(), edm::ConfigurationDescriptions::setComment(), and AlCaHLTBitMon_QueryRunRegistry::string.
67 "Keep the fileDir empty if you want to write to the current "
70 desc.
add<
std::string>(
"outputBinaryFile",
"milleBinary%04d.dat")->setComment(
71 "Base filename of the files that will be created. This must "
73 "a placeholder for an index number in the standard C formatting "
76 desc.
add<
std::string>(
"fileBlobModule",
"millePedeFileConverter")->setComment(
77 "Name of the module that should have generated the blob in the "
78 "root file. Make sure you overwrite this, if you have changed "
79 "this is the configuration of the MillePedeFileConverter.");
81 desc.
add<
std::string>(
"fileBlobLabel",
"milleBinary.dat")->setComment(
82 "It's probably a good idea to keep the label the same as the "
83 "original filename(s). See configuration of "
84 "MillePedeFileConverter, it should be the same there.");
86 descriptions.
add(
"millePedeFileExtractor", desc);
88 "This is the generic cfi file for the "
89 "MillePedeFileExtractor");
ParameterDescriptionBase * add(U const &iLabel, T const &value)
void setComment(std::string const &value)
void add(std::string const &label, ParameterSetDescription const &psetDescription)
std::string MillePedeFileExtractor::theFileBlobLabel |
|
private |
std::string MillePedeFileExtractor::theFileBlobModule |
|
private |
std::string MillePedeFileExtractor::theOutputDir |
|
private |
std::string MillePedeFileExtractor::theOutputFileName |
|
private |