- Timestamp:
 - 12/05/12 09:51:30 (13 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  fact/tools/marsmacros/mc2csv/MonteCarlo.C (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
fact/tools/marsmacros/mc2csv/MonteCarlo.C
r14658 r14726 112 112 // containers 113 113 mpPixel = NULL; 114 mpSamples = NULL;114 // mpSamples = NULL; 115 115 mEventNumber = 0; 116 116 mNumberOfEvents = 2; … … 850 850 if (mVerbosityLvl > 0) cout << "...writing event data to csv" << endl; 851 851 852 // Loop over pixels and write pixeldata to csv 852 853 for (int i = 0; i < mNumberOfPixels; i++) 853 854 {  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  