Fork me on GitHub

source: svn/trunk/Utilities/stdhep/stdhep_declarations.h@ 3

Last change on this file since 3 was 3, checked in by Xavier Rouby, 16 years ago

first commit

File size: 939 bytes
Line 
1#ifndef STDHEP_DECLARATIONS_H
2#define STDHEP_DECLARATIONS_H
3
4/* declare the struct instances */
5
6#include "Utilities/stdhep/stdhep.h"
7#include "Utilities/stdhep/hepev4.h"
8#include "Utilities/stdhep/hepeup.h"
9#include "Utilities/stdhep/heprup.h"
10#include "Utilities/stdhep/stdtmp.h"
11#include "Utilities/stdhep/stdhd.h"
12#include "Utilities/stdhep/stdcnt.h"
13#include "Utilities/stdhep/stdcm1.h"
14#include "Utilities/stdhep/stdver.h"
15
16#if defined(c_plusplus) || defined(__cplusplus)
17extern "C" {
18#endif
19
20struct hepevt myhepevt;
21struct hepev2 hepev2_;
22struct hepev3 hepev3_;
23struct hepev4 hepev4_;
24struct hepev5 hepev5_;
25struct hepeup hepeup_;
26struct heprup heprup_;
27struct stdcnt stdcnt_;
28struct stdhd1 stdhd1_;
29struct stdhd2 stdhd2_;
30struct stdtmp stdtmp_;
31struct tmpev4 tmpev4_;
32struct stdcm1 stdcm1_;
33struct stdcm2 stdcm2_;
34struct stdver stdver_;
35
36#if defined(c_plusplus) || defined(__cplusplus)
37}
38#endif
39
40#endif /* STDHEP_DECLARATIONS_H */
Note: See TracBrowser for help on using the repository browser.