Ignore:
Timestamp:
04/30/12 19:23:44 (13 years ago)
Author:
Jens Buss
Message:
bugfixes after first compilation
File:
1 edited

Legend:

Unmodified
Added
Removed
  • fact/tools/rootmacros/PulseTemplates/rootfilehandler.h

    r13465 r13475  
    22#define ROOTFILEHANDLER_H
    33
     4#include <TROOT.h>
     5#include <TFile.h>
     6
    47void
    5 CreateRootFile(
    6         const char* loc_fname,
    7         int         verbosityLevel
    8         );
     8CreateRootFile( const char* ,int );
    99
    1010TFile*
    11 OpenRootFile(
    12         const char* loc_fname,
    13         int         verbosityLevel
    14         );
     11OpenRootFile( const char* , int );
    1512
    1613void
    17 CloseRootFile(
    18         TFile*      tf
    19         );
     14CloseRootFile(  TFile* );
    2015
    2116void
    22 SaveHistograms(
    23         const char* loc_fname,
    24         const char* subdirectory,
    25         TObjArray*  histList,
    26         int         verbosityLevel
    27         );
     17SaveHistograms( const char* ,TString, TObjArray*, int );
    2818
    2919TString
    30 CreateSubDirName(
    31         int         pixel
    32         );
     20CreateSubDirName( int );
    3321
    3422TString
    35 CreateSubDirName(
    36         const char* title
    37         );
    38 
    39 int
    40 CalculateHistogramId(
    41         int         pixelID,
    42         int         pulseOrder,
    43         int         maxPulseOrder
    44         );
    45 
    46 int
    47 CalculatePixelId(
    48         int         histrogramID,
    49         int         pulseOrder,
    50         int         maxPulseOrder
    51         );
    52 
    53 int
    54 CalculatePulseOrder(
    55         int         mHistogramId,
    56         int         maxPulseOrder
    57         );
     23CreateSubDirName( const char* );
    5824
    5925
Note: See TracChangeset for help on using the changeset viewer.