/[PAMELA software]/PamelaDigitizer/Digitizer.cxx
ViewVC logotype

Diff of /PamelaDigitizer/Digitizer.cxx

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.8 by pamelats, Fri Jun 6 15:16:02 2008 UTC revision 1.9 by pamelats, Fri Jun 6 17:28:39 2008 UTC
# Line 84  Digitizer::Digitizer(TTree* tree, char* Line 84  Digitizer::Digitizer(TTree* tree, char*
84    *ntf=ntof;    *ntf=ntof;
85    Ipltof=(UChar_t*)malloc(ntof *sizeof(UChar_t));    Ipltof=(UChar_t*)malloc(ntof *sizeof(UChar_t));
86    Ipaddle=(UChar_t*)malloc(ntof *sizeof(UChar_t));    Ipaddle=(UChar_t*)malloc(ntof *sizeof(UChar_t));
87    // Ipartof=(UShort_t*)malloc(ntof *sizeof(UShort_t));    Ipartof=(UShort_t*)malloc(ntof *sizeof(UShort_t));
88    Ipartof=(UChar_t*)malloc(ntof *sizeof(UChar_t));    //  Ipartof=(UChar_t*)malloc(ntof *sizeof(UChar_t));
89    Xintof=(Float_t*)malloc(ntof *sizeof(Float_t));    Xintof=(Float_t*)malloc(ntof *sizeof(Float_t));
90    Yintof=(Float_t*)malloc(ntof *sizeof(Float_t));    Yintof=(Float_t*)malloc(ntof *sizeof(Float_t));
91    Zintof=(Float_t*)malloc(ntof *sizeof(Float_t));    Zintof=(Float_t*)malloc(ntof *sizeof(Float_t));
# Line 120  Digitizer::Digitizer(TTree* tree, char* Line 120  Digitizer::Digitizer(TTree* tree, char*
120    Timecas=(Float_t*)malloc(ncas *sizeof(Float_t));    Timecas=(Float_t*)malloc(ncas *sizeof(Float_t));
121    Pathcas=(Float_t*)malloc(ncas *sizeof(Float_t));    Pathcas=(Float_t*)malloc(ncas *sizeof(Float_t));
122    P0cas=(Float_t*)malloc(ncas *sizeof(Float_t));    P0cas=(Float_t*)malloc(ncas *sizeof(Float_t));
123    //  Iparspe=(UShort_t*)malloc(nspe *sizeof(UShort_t));    Iparspe=(UShort_t*)malloc(nspe *sizeof(UShort_t));
124    Iparspe=(UChar_t*)malloc(nspe *sizeof(UChar_t));    //Iparspe=(UChar_t*)malloc(nspe *sizeof(UChar_t));
125    Itrpb=(UChar_t*)malloc(nspe *sizeof(UChar_t));    Itrpb=(UChar_t*)malloc(nspe *sizeof(UChar_t));
126    Itrsl=(UChar_t*)malloc(nspe *sizeof(UChar_t));    Itrsl=(UChar_t*)malloc(nspe *sizeof(UChar_t));
127    Itspa=(UChar_t*)malloc(nspe *sizeof(UChar_t));    Itspa=(UChar_t*)malloc(nspe *sizeof(UChar_t));

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

  ViewVC Help
Powered by ViewVC 1.1.23