22using std::vector, std::cout, std::endl;
 
   43       Double_t EstimatorFunction( std::vector<Double_t> & factors ){
 
   45           return (10.- factors.at(0) *factors.at(1) + factors.at(2));
 
   59        std::cout << 
"\nEXAMPLE" << std::endl;
 
   63        ranges.push_back( 
new Interval(0,15,30) );
 
   64        ranges.push_back( 
new Interval(0,13) );
 
   65        ranges.push_back( 
new Interval(0,5,3) );
 
   67        for( std::vector<Interval*>::iterator it = ranges.
begin(); it != ranges.
end(); it++ ){
 
   68           std::cout << 
" range: " << (*it)->GetMin() << 
"   " << (*it)->GetMax() << std::endl;
 
   85        std::vector<Double_t> 
result;
 
   89         for( std::vector<Double_t>::iterator it = 
result.begin(); it<
result.end(); it++ ){
 
   90             std::cout << 
"FACTOR " << 
n << 
" : " << (*it) << std::endl;
 
  101   cout << 
"Start Test TMVAGAexample" << endl
 
  102        << 
"========================" << endl
 
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
 
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t WindowAttributes_t Float_t Float_t Float_t Int_t Int_t UInt_t UInt_t Rectangle_t result
 
const_iterator begin() const
 
const_iterator end() const
 
create variable transformations