BOSS 7.0.9
BESIII Offline Software System
Loading...
Searching...
No Matches
ClassDEF.h
Go to the documentation of this file.
1#ifndef G4Svc_CLASSDEF_H
2#define G4Svc_CLASSDEF_H
3
4#include <vector>
5#include <string>
6
7#include "CLIDSvc/CLASS_DEF.h"
8
9#include "G4VHit.hh"
10#include "G4Trajectory.hh"
11
12CLASS_DEF(std::vector<std::string>, 10123, 1);
13CLASS_DEF(std::vector<G4VHit*>, 10124, 1);
14CLASS_DEF(std::vector<G4VTrajectory*>, 10125, 1);
15
16#endif
CLASS_DEF(std::vector< std::string >, 10123, 1)