Skip to content
Snippets Groups Projects
Commit 26a201bb authored by Kong Tu's avatar Kong Tu
Browse files

update and run phi again

parent 3aee467e
No related branches found
No related tags found
1 merge request!100Draft: Diffractive phi benchmark development
...@@ -511,8 +511,8 @@ auto giveme_t_L = [](std::vector<ROOT::Math::PxPyPzMVector> vm, ...@@ -511,8 +511,8 @@ auto giveme_t_L = [](std::vector<ROOT::Math::PxPyPzMVector> vm,
std::vector<ROOT::Math::PxPyPzMVector> scatElec, std::vector<ROOT::Math::PxPyPzMVector> scatElec,
const std::vector<dd4pod::Geant4ParticleData>& mc){ const std::vector<dd4pod::Geant4ParticleData>& mc){
TLorentzVector eIn(0,0,-18,18); // TLorentzVector eIn(0,0,-18,18);
// TLorentzVector eIn(0,0,-5,5); TLorentzVector eIn(0,0,-5,5);
// TLorentzVector pIn(-2.749,0,109.996,110.034); // TLorentzVector pIn(-2.749,0,109.996,110.034);
TLorentzVector pIn(0,0,109.996,110.00);//no Crossing angle TLorentzVector pIn(0,0,109.996,110.00);//no Crossing angle
TLorentzVector vmOut_MC, eOut_MC; TLorentzVector vmOut_MC, eOut_MC;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment