#include <iostream>
#include <fstream>
#include <ctime>
#include "GaudiKernel/System.h"
#include "AthenaKernel/errorcheck.h"
#include "RootReaderD3PD_v1.h"
Go to the source code of this file.
|
| namespace | D3PD |
| | Block filler tool for noisy FEB information.
|
|
| static const char *const | CODE_COMMENT |
| | A little header for all the generated source files.
|
| static const char *const | CODE_NAMESPACE = "D3PDReader" |
| | Namespace into which all the code should be put.
|
◆ CODE_COMMENT
| const char* const CODE_COMMENT |
|
static |
Initial value:=
"// Dear emacs, this is -*- c++ -*-\n"
"// -------------------------------------------------------------\n"
"// Code produced by D3PDMakerReader\n"
"//\n"
"// author: Attila Krasznahorkay <Attila.Krasznahorkay@cern.ch>\n"
"// -------------------------------------------------------------"
A little header for all the generated source files.
Definition at line 19 of file RootReaderD3PD_v1.cxx.
◆ CODE_NAMESPACE
| const char* const CODE_NAMESPACE = "D3PDReader" |
|
static |