Skip to content
Snippets Groups Projects

enable using AdditionalInfo as Gaudi::Property

Merged Tara Nanut Petric requested to merge tnanut_relTabAi into master
All threads resolved!
2 files
+ 26
0
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -186,6 +186,13 @@ namespace LHCb {
10000 // The last official flag value. Private user variables should use flags greater than this value
};
// functions necessary for AdditionalInfo to work with Gaudi::Property
friend std::string toString( additionalInfo e );
friend std::ostream& toStream( additionalInfo e, std::ostream& os ) {
return os << std::quoted( toString( e ), '\'' );
}
friend StatusCode parse( additionalInfo& bt, std::string in );
/// Copy constructor. Creates a new ProtoParticle with the same physics information
ProtoParticle( const LHCb::ProtoParticle& proto )
: KeyedObject<int>()
Loading