CMS 3D CMS Logo

DoubleCrystalBallGenerator.h
Go to the documentation of this file.
1 #ifndef DoubleCrystalBallGenerator_H
2 #define DoubleCrystalBallGenerator_H
3 
11 
13 public:
14  //constructor
16  //destructor
18 
19  //functions
20  double shoot(
21  double mu, double sigma, double aL, double nL, double aR, double nR, RandomEngineAndDistribution const* random);
22 };
23 #endif
DoubleCrystalBallGenerator::~DoubleCrystalBallGenerator
virtual ~DoubleCrystalBallGenerator()
Definition: DoubleCrystalBallGenerator.h:17
amptDefaultParameters_cff.mu
mu
Definition: amptDefaultParameters_cff.py:16
DoubleCrystalBallGenerator::DoubleCrystalBallGenerator
DoubleCrystalBallGenerator()
Definition: DoubleCrystalBallGenerator.h:15
DoubleCrystalBallGenerator::shoot
double shoot(double mu, double sigma, double aL, double nL, double aR, double nR, RandomEngineAndDistribution const *random)
Definition: DoubleCrystalBallGenerator.cc:11
DoubleCrystalBallGenerator
Definition: DoubleCrystalBallGenerator.h:12
RandomEngineAndDistribution
Definition: RandomEngineAndDistribution.h:18