Ignore:
Timestamp:
06/05/12 16:52:17 (12 years ago)
Author:
Jens Buss
Message:
implemented pulse and fit funciton
File:
1 edited

Legend:

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

    r14062 r14082  
    134134        double*         chargeVoltage,
    135135        double*         impedance,
    136         double*         capacity,
     136        double*         capacity
    137137        );
    138138
     
    142142        double*         chargeVoltage,
    143143        double*         impedance,
    144         double*         capacity,
     144        double*         capacity
    145145        );
    146146
     147double
     148PulseFunction(
     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
     159void
     160FitPulse(
     161        TString         name,
     162        TH1F*           histo,
     163        double          xMin,
     164        double          xMax,
     165        double*         parameters
     166        );
    147167
    148168#endif // TEMPLATEEXTRACTORS_H
Note: See TracChangeset for help on using the changeset viewer.