CMS 3D CMS Logo

HitTripletGeneratorFromPairAndLayers.cc
Go to the documentation of this file.
5 
7  theLayerCache(nullptr),
8  theMaxElement(maxElement)
9 {}
10 
12  HitTripletGeneratorFromPairAndLayers(pset.getParameter<unsigned int>("maxElement"))
13 {}
14 
16 
18  desc.add<unsigned int>("maxElement", 1000000);
19 }
20 
21 void HitTripletGeneratorFromPairAndLayers::init(std::unique_ptr<HitPairGeneratorFromLayerPair>&& pairGenerator, LayerCacheType *layerCache) {
23  theLayerCache = layerCache;
24 }
#define nullptr
static void fillDescriptions(edm::ParameterSetDescription &desc)
void init(std::unique_ptr< HitPairGeneratorFromLayerPair > &&pairs, LayerCacheType *layerCache)
ParameterDescriptionBase * add(U const &iLabel, T const &value)
std::unique_ptr< HitPairGeneratorFromLayerPair > thePairGenerator
const HitPairGeneratorFromLayerPair & pairGenerator() const
def move(src, dest)
Definition: eostools.py:511