Class Reference for E1039 Core & Analysis Software
SQBeamlineObject.h
Go to the documentation of this file.
1 /*=====================================================================================================
2 Author: Abinash Pun, Kun Liu
3 Sep, 2019
4 Goal: Beamline volumes work to import the primary vertex generator of E906 experiment(DPVertexGenerator)
5 from Kun to E1039 experiment in Fun4All framework
6 ========================================================================================================*/
7 
8 #ifndef __SQBEAMLINEOBJECT_H__
9 #define __SQBEAMLINEOBJECT_H__
10 
11 #include <iostream>
12 
13 #include <TGeoMaterial.h>
14 #include <TString.h>
15 
17 {
18 public:
20  SQBeamlineObject(const TGeoMaterial* pMaterial);
21 
23  double getZ(double rndm);
24 
25  bool operator < (const SQBeamlineObject& obj) const;
26  friend std::ostream& operator << (std::ostream& os, const SQBeamlineObject& obj);
27 
28 public:
29  TString name;
30 
31  //intialized by geometry
32  double z_up, z_down, z0;
33  double length;
34 
35  //initialized by material property
36  double nucIntLen;
37  double density;
38  double Z, A, N;
39 
40  //intialized by its neighbours
41  double attenuationSelf;
42  double attenuation;
43  double prob;
44  double accumulatedProb;
45 
46  double protonPerc() { return Z/A; }
47 };
48 
49 
50 #endif
double Z
density in g/cm3
SQBeamlineObject(const TGeoMaterial *pMaterial)
double density
nuclear interaction length in cm
double getZ(double rndm)
get the expotential z distribution
double attenuation
beam attenuation percentage by itself
double prob
beam attenuation factor by this object
double accumulatedProb
probability of having collision
friend std::ostream & operator<<(std::ostream &os, const SQBeamlineObject &obj)
double length
the z position of upstram/downstream face and center
double nucIntLen
length of the stuff
double protonPerc()
sum of all the previous/upstream probs
bool operator<(const SQBeamlineObject &obj) const
double attenuationSelf
number of protons, nucleons, neutrons