- Timestamp:
 - 12/13/12 18:16:57 (13 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  fact/tools/rootmacros/PulseTemplates/Sample.h (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
fact/tools/rootmacros/PulseTemplates/Sample.h
r14706 r14744 37 37 // PROJECT INCLUDES 38 38 #include <TRandom3.h> 39 #include <TH1.h> 39 40 // 40 41 … … 80 81 void GenerateSample(vector<int>* sampleVector, int min, int max, int size); 81 82 void BootstrapSample(); 83 int BootstrapVector(vector<double> *inVector, vector<double> *outVector); 84 int BootstrapTH1(TH1* inputHisto, TH1 *outHisto); 82 85 void BootstrapSample(vector<int>* sampleVector, int min, int max, int size); 83 86  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  