/********************** STEP 2 **********************/ cout<<"Step 2: You now need to write also the oscillation function, with variable parameters."<SetParameter(1,0.856); oscil->FixParameter(1,0.856); oscil->SetParameter(2,8.e-5); oscil->FixParameter(2,8.e-5); cout<<"Then you need to enter also the relevant distance for the Far Detector."<SetParameter(0,dFar); oscil->SetNpx(300); oscil->Draw(); return; //comment '//' the two lines above and paste STEP 3 to proceed with the exercise