Ignore:
Timestamp:
05/08/15 12:32:23 (9 years ago)
Author:
dbaack
Message:
 
Location:
branches/Corsika7405Compatibility/msim
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/Corsika7405Compatibility/msim/MPhotonData.cc

    r10060 r18179  
    273273Int_t MPhotonData::FillEventIO(Float_t f[8])
    274274{
    275     // photons in this bunch
     275        // photons in this bunch
    276276    const UInt_t n = TMath::Nint(f[6]);
    277277    if (n==0)
     
    292292    fTag        = -1;
    293293    fWeight     =  1;
     294
    294295
    295296    return n;
  • branches/Corsika7405Compatibility/msim/MPhotonData.h

    r9941 r18179  
    1616#ifndef ROOT_TQuaternion
    1717#include <math.h>
    18 #define sqrt ::sqrt
     18//#define sqrt ::sqrt
    1919#include <TQuaternion.h>
    2020#undef sqrt
  • branches/Corsika7405Compatibility/msim/MPhotonEvent.cc

    r10167 r18179  
    512512   fInFormat->Read(bunchHeader, 3 * sizeof(Int_t));
    513513
     514
     515   //std::cout << "BunchHeader: " << bunchHeader[0] << " "
     516        //         << bunchHeader[1] << " "
     517        //         << bunchHeader[2] << std::endl;
     518
    514519   Int_t n = 0;
    515520
     
    520525
    521526      if (Add(n).FillEventIO(buffer))
    522          n++;
     527          n++;
    523528      }
    524529
Note: See TracChangeset for help on using the changeset viewer.