Fork me on GitHub

Changeset 264 in svn for trunk/Examples


Ignore:
Timestamp:
Feb 11, 2009, 10:22:30 AM (16 years ago)
Author:
Xavier Rouby
Message:

first test 2.0

Location:
trunk/Examples
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Examples/Trigger_Only.cpp

    r260 r264  
    9494
    9595  //read the datacard input file
    96   string TrigDatacard("");
     96  string TrigDatacard("data/trigger.dat");
    9797  if(argc==3)  TrigDatacard =argv[2];
    9898
  • trunk/Examples/src/Analysis_Ex.cc

    r260 r264  
    155155          D1       = gen->D1;       // particle 1st daughter
    156156          D2       = gen->D2;       // particle 2nd daughter
    157           Charge = gen->Charge;   // electrical charge
     157          Charge = gen->getCharge();   // electrical charge
    158158         
    159159          T      = gen->T;        // particle vertex position (t component)
     
    334334     for(Int_t i=0;i < numElec; i++)Lept[i].SetPxPyPzE(el[i]->Px,el[i]->Py,el[i]->Pz,el[i]->E);
    335335     for(Int_t k = numElec; k < (numElec+mu.GetEntries()); k++)Lept[k].SetPxPyPzE(mu[k-numElec]->Px,mu[k-numElec]->Py,mu[k-numElec]->Pz,mu[k-numElec]->E);
    336    
     336    cout<<"normalement il y a quelque chose... "<<endl;
    337337     //Example how to white a branch in the output file
    338338     inv_mass=(TRootInvm*) INVMASS->NewEntry();
Note: See TracChangeset for help on using the changeset viewer.