#include <MillePedeFileConverter.h>
|
| MillePedeFileConverter (const edm::ParameterSet &) |
|
| ~MillePedeFileConverter () |
|
| EDProducer ()=default |
|
| EDProducerBase () |
|
ModuleDescription const & | moduleDescription () const |
|
virtual | ~EDProducerBase () |
|
| ProducerBase () |
|
void | registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &) |
|
std::function< void(BranchDescription
const &)> | registrationCallback () const |
| used by the fwk to register list of products More...
|
|
virtual | ~ProducerBase () |
|
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 28 of file MillePedeFileConverter.h.
MillePedeFileConverter::~MillePedeFileConverter |
( |
| ) |
|
|
finaloverrideprivatevirtual |
Definition at line 53 of file MillePedeFileConverter.cc.
References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::add(), edm::ConfigurationDescriptions::setComment(), and AlCaHLTBitMon_QueryRunRegistry::string.
58 "Keep the fileDir empty if you want to write to the current "
59 "directory. If you use it, it should end with a slash.");
61 desc.
add<
std::string>(
"inputBinaryFile",
"milleBinary.dat")->setComment(
62 "Filename of the file created by Mille in the AlignmentProducer");
64 desc.
add<
std::string>(
"fileBlobLabel",
"milleBinary.dat")->setComment(
65 "It's probably a good idea to keep the label the same as the "
66 "original filename(s). See configuration of "
67 "MillePedeFileExtractor, it should be the same there.");
69 descriptions.
add(
"millePedeFileConverter", desc);
71 "This is the generic cfi file for the "
72 "MillePedeFileConverter");
ParameterDescriptionBase * add(U const &iLabel, T const &value)
void setComment(std::string const &value)
void add(std::string const &label, ParameterSetDescription const &psetDescription)
|
inlineoverrideprivatevirtual |
std::string MillePedeFileConverter::theFileBlobLabel |
|
private |
std::string MillePedeFileConverter::theInputDir |
|
private |
std::string MillePedeFileConverter::theInputFileName |
|
private |