ATLAS Offline Software
Functions
TrigSerializeResult Namespace Reference

Functions

std::string remapToDictName (const std::string &s)
 

Function Documentation

◆ remapToDictName()

std::string TrigSerializeResult::remapToDictName ( const std::string &  s)

Definition at line 31 of file SerializeCommon.cxx.

31  {
32  std::string noc = nameOfClass;
33  if ( isxAOD(nameOfClass) ) {
34  noc="DataVector<"+xAODContainedClass(nameOfClass)+">";
35  } // overwrites
36  else if (nameOfClass=="Analysis :: TauJetContainer")
37  noc="Analysis::TauJetContainer";
38  else if (nameOfClass=="Analysis :: TauDetailsContainer")
39  noc="Analysis::TauDetailsContainer";
40  return noc;
41  }
python.DetectStreamerInfoChanges.isxAOD
isxAOD
Definition: DetectStreamerInfoChanges.py:58