ATLAS Offline Software
Loading...
Searching...
No Matches
ALFA_LocRec/ALFA_UserObjects.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef ALFA_USEROBJECTS_H
6#define ALFA_USEROBJECTS_H
7
8#include <iostream>
9#include <list>
10
11
12typedef struct _ODHIT
13{
14 int iEvent;
15 int iRPot;
16 int iPlate;
17 int iSide;
18 int iFiber;
20
21typedef struct _MDHIT
22{
23 int iEvent;
24 int iRPot;
25 int iPlate;
26 int iFiber;
28
29typedef struct _FIBERS
30{
31 std::list<int> ListFibers;
33
34typedef struct _ODRESULT
35{
36 int iSide;
37 double fRecPos;
38 double fOverY;
39 int iNumY;
40
41 void clear();
43
44typedef struct _ODRES
45{
46 int iRPot;
47 int iSide;
48
51
52#endif // ALFA_USEROBJECTS_H
struct _ODHIT * PODHIT
struct _ODRESULT ODRESULT
struct _ODRES ODRES
struct _ODRES * PODRES
struct _FIBERS FIBERS
struct _MDHIT * PMDHIT
struct _FIBERS * PFIBERS
struct _ODRESULT * PODRESULT
struct _MDHIT MDHIT
struct _ODHIT ODHIT
std::list< int > ListFibers