ATLAS Offline Software
Loading...
Searching...
No Matches
BeamSpotPdf.cxx File Reference
#include "Riostream.h"
#include "BeamSpotPdf.h"
#include "RooAbsReal.h"
#include "RooAbsCategory.h"
#include <math.h>
#include "TMath.h"
Include dependency graph for InDetExample/InDetBeamSpotExample/roofit/BeamSpotPdf.cxx:

Go to the source code of this file.

Functions

 ClassImp (BeamSpotPdf) BeamSpotPdf

Function Documentation

◆ ClassImp()

ClassImp ( BeamSpotPdf )

Definition at line 21 of file InDetExample/InDetBeamSpotExample/roofit/BeamSpotPdf.cxx.

39 :
40 RooAbsPdf(name,title),
41 x("x","x",this,_x),
42 y("y","y",this,_y),
43 z("z","z",this,_z),
44 vxx("vxx","vxx",this,_vxx),
45 vyy("vyy","vyy",this,_vyy),
46 vxy("vxy","vxy",this,_vxy),
47 mx("mx","mx",this,_mx),
48 sx("sx","sx",this,_sx),
49 ax("ax","ax",this,_ax),
50 my("my","my",this,_my),
51 sy("sy","sy",this,_sy),
52 ay("ay","ay",this,_ay),
53 mz("mz","mz",this,_mz),
54 sz("sz","sz",this,_sz),
55 k("k","k",this,_k),
56 rho("rho","rho",this,_rho)
57 {
58 }
static Double_t sz
#define y
#define x
#define z