CMS 3D CMS Logo

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