ATLAS Offline Software
Loading...
Searching...
No Matches
IConstituentExtractor.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3*/
5
7
8std::ostream& operator << (std::ostream& os, const IConstituentExtractor* e){
9 os << e->toString(0);
10 return os;
11}
std::ostream & operator<<(std::ostream &os, const IConstituentExtractor *e)
virtual ~IConstituentExtractor()