Skip to content
Snippets Groups Projects
Commit 3c4f7a20 authored by Valérian Alcindor's avatar Valérian Alcindor
Browse files

Fixing compilation issue

parent 1647ef34
No related branches found
No related tags found
No related merge requests found
......@@ -142,7 +142,7 @@ void EventGeneratorCosmic::ReadConfiguration(NPL::InputParser parser){
G4double randomize1=0, randomize2=0 ;
G4double momentum_y = 0;
G4double angle = 0;
TF1* cosSq= new TF1("cosSq2", "TMath::Power(cos(x),2)", 0, (TMath::Pi())/2);
TF1* cosSq2= new TF1("cosSq2", "TMath::Power(cos(x),2)", 0, (TMath::Pi())/2);
void EventGeneratorCosmic::GenerateEvent(G4Event*){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment