![]() |
|
|
Generated: 8 Jan 2009 |
class ParticlePropertySvc Class Implement a ParticlePropertySvc
Definition in file ParticlePropertySvc.cpp.
#include <cstdlib>
#include <cstring>
#include <fstream>
#include "GaudiKernel/SvcFactory.h"
#include "GaudiKernel/ISvcLocator.h"
#include "GaudiKernel/MsgStream.h"
#include "GaudiKernel/ParticleProperty.h"
#include "GaudiKernel/PhysicalConstants.h"
#include "GaudiKernel/IFileAccess.h"
#include "ParticlePropertySvc.h"

Go to the source code of this file.
Functions | |
| template<class MAP> | |
| void | _remove_ (MAP &m, const ParticleProperty *pp) |
| template<class MAP> | |
| void | _load_ (MAP &m, ParticlePropertySvc::Set &result) |
| load mapped values from maps into set | |
| void @615::_load_ | ( | MAP & | m, | |
| ParticlePropertySvc::Set & | result | |||
| ) | [inline, static] |
load mapped values from maps into set
Definition at line 477 of file ParticlePropertySvc.cpp.
00478 { 00479 for ( typename MAP::iterator i = m.begin() ; m.end() != i ; ++i ) 00480 { result.insert ( i->second ); } 00481 }
| void @615::_remove_ | ( | MAP & | m, | |
| const ParticleProperty * | pp | |||
| ) | [inline, static] |