Ignore:
Timestamp:
10/15/12 14:29:05 (12 years ago)
Author:
Jens Buss
Message:
commented unused code out
File:
1 edited

Legend:

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

    r14082 r14477  
    8888        );
    8989
    90 void
    91 FitMaxPropabilityPuls(
    92         TH1F*           hMaximumTemp,
    93         int             verbosityLevel
    94         );
     90//void
     91//FitMaxPropabilityPuls(
     92//        TH1F*           hMaximumTemp,
     93//        int             verbosityLevel
     94//        );
    9595
    96 double
    97 PolExp(
    98         double*         x,
    99         double*         par
    100         );
     96//double
     97//PolExp(
     98//        double*         x,
     99//        double*         par
     100//        );
    101101
    102 void
    103 FitFallingEdge(
    104         TString         name,
    105         TH1F*           histo,
    106         double          xMin,
    107         double          xMax,
    108         double*         parameters
    109         );
     102//void
     103//FitFallingEdge(
     104//        TString         name,
     105//        TH1F*           histo,
     106//        double          xMin,
     107//        double          xMax,
     108//        double*         parameters
     109//        );
    110110
    111 double
    112 template_function(
    113         double*         input_x,
    114         double*         par);
     111//double
     112//template_function(
     113//        double*         input_x,
     114//        double*         par);
    115115
    116 double
    117 NegPolExp(
    118         double*         x,
    119         double*         par
    120         );
     116//double
     117//NegPolExp(
     118//        double*         x,
     119//        double*         par
     120//        );
    121121
    122 void
    123 FitRisingEdge(
    124         TString         name,
    125         TH1F*           histo,
    126         double          xMin,
    127         double          xMax,
    128         double*         parameters
    129         );
     122//void
     123//FitRisingEdge(
     124//        TString         name,
     125//        TH1F*           histo,
     126//        double          xMin,
     127//        double          xMax,
     128//        double*         parameters
     129//        );
    130130
    131 double
    132 ChargeDiode(
    133         double*         time,
    134         double*         chargeVoltage,
    135         double*         impedance,
    136         double*         capacity
    137         );
     131//double
     132//ChargeDiode(
     133//        double          time,
     134//        double          chargeVoltage,
     135//        double          impedance,
     136//        double          capacity
     137//        );
    138138
    139 double
    140 UnChargeDiode(
    141         double*         time,
    142         double*         chargeVoltage,
    143         double*         impedance,
    144         double*         capacity
    145         );
    146 
    147 double
    148 PulseFunction(
    149         double*         time,
    150         double*         baseline,
    151         double*         risingChargeVoltage,
    152         double*         risingImpedance,
    153         double*         risingCapacity,
    154         double*         fallingChargeVoltage,
    155         double*         fallingImpedance,
    156         double*         fallingCapacity
    157         );
    158 
    159 void
    160 FitPulse(
    161         TString         name,
    162         TH1F*           histo,
    163         double          xMin,
    164         double          xMax,
    165         double*         parameters
    166         );
     139//double
     140//UnChargeDiode(
     141//        double*         time,
     142//        double*         chargeVoltage,
     143//        double*         timeConstant
     144//        );
    167145
    168146#endif // TEMPLATEEXTRACTORS_H
Note: See TracChangeset for help on using the changeset viewer.