![]() |
ATLAS Offline Software
|
#include <string>#include <vector>#include <set>#include "GaudiKernel/StatusCode.h"Go to the source code of this file.
Namespaces | |
| namespace | D3PD |
| Block filler tool for noisy FEB information. | |
| namespace | D3PD::Version2 |
| Private namespace for version 2 of the code generator code. | |
Functions | |
| StatusCode | D3PD::Version2::writeD3PDObjectBase (const std::string &dir) |
| This function can be used to create the D3PDReader::D3PDObjectBase class's source files. | |
| StatusCode | D3PD::Version2::writeVarHandle (const std::string &dir) |
| This function can be used to create the D3PDReader::VarHandle class's source files. | |
| StatusCode | D3PD::Version2::writeVarProxy (const std::string &dir) |
| This function can be used to create the D3PDReader::VarProxy class's source files. | |
| StatusCode | D3PD::Version2::writeUserD3PDObject (const std::string &dir) |
| This function can be used to create the D3PDReader::UserD3PDObject class's source files. | |
| StatusCode | D3PD::Version2::writeD3PDReadStats (const std::string &dir) |
| This function can be used to create the D3PDReader::D3PDReadStats class's source files. | |
| StatusCode | D3PD::Version2::writeD3PDPerfStats (const std::string &dir) |
| This function can be used to create the D3PDReader::D3PDPerfStats class's source files. | |
| StatusCode | D3PD::Version2::writeUtils (const std::string &dir) |
| This function can be used to create source files containing some utility functions. | |
| StatusCode | D3PD::Version2::writeHeader (const std::string &classname, const std::string &dir, const ObjectMetadata &metadata) |
| This function is used to create the header of the class describing a set of D3PD variables. | |
| StatusCode | D3PD::Version2::writeSource (const std::string &classname, const std::string &dir, const ObjectMetadata &metadata) |
| This function is used to generate the source file of a D3PDReader class. | |
| StatusCode | D3PD::Version2::writeEventHeader (const std::string &classname, const std::string &dir, const std::set< ObjectMetadata > &metadata) |
| Write the header of the main event class describing a D3PD tree. | |
| StatusCode | D3PD::Version2::writeEventSource (const std::string &classname, const std::string &dir, const std::set< ObjectMetadata > &metadata) |
| Write the source of the main event class describing a D3PD tree. | |