73   if (!IsEnabled() || IsCreated()) 
return kTRUE;
 
   75   Log() << kDEBUG << 
"Preparing the Identity transformation..." << 
Endl;
 
   77   if( fGet.size() < events[0]->GetNVariables() )
 
   78      Log() << kFATAL << 
"Identity transform does not allow for a selection of input variables. Please remove the variable selection option and put only 'I'." << 
Endl;
 
   80   SetNVariables(events[0]->GetNVariables());
 
 
  117   fout << 
"inline void " << 
fncName << 
"::InitTransform_Identity_" << 
trCounter << 
"() {}" << std::endl;
 
  119   fout << 
"inline void " << 
fncName << 
"::Transform_Identity_" << 
trCounter << 
"(const std::vector<double> &, int) const {}" << std::endl;
 
 
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
 
Class that contains all the data information.
 
Singleton class for Global types used by TMVA.
 
create variable transformations
 
MsgLogger & Endl(MsgLogger &ml)