CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
MultiHitGeneratorFromPairAndLayers.cc
Go to the documentation of this file.
5 
7  : theLayerCache(nullptr), theMaxElement(pset.getParameter<unsigned int>("maxElement")) {}
8 
10 
12  desc.add<unsigned int>("maxElement", 1000000);
13 }
14 
15 void MultiHitGeneratorFromPairAndLayers::init(std::unique_ptr<HitPairGeneratorFromLayerPair>&& pairGenerator,
16  LayerCacheType* layerCache) {
18  theLayerCache = layerCache;
19 }
20 
const HitPairGeneratorFromLayerPair & pairGenerator() const
def move
Definition: eostools.py:511
MultiHitGeneratorFromPairAndLayers(const edm::ParameterSet &pset)
void init(std::unique_ptr< HitPairGeneratorFromLayerPair > &&pairGenerator, LayerCacheType *layerCache)
ParameterDescriptionBase * add(U const &iLabel, T const &value)
std::unique_ptr< HitPairGeneratorFromLayerPair > thePairGenerator
static void fillDescriptions(edm::ParameterSetDescription &desc)