LCFIVertex
0.7.2
Main Page
Related Pages
Namespaces
Classes
Files
File List
vertex_lcfi
inc
vertex_lcfi/inc/template.h
1
#ifndef LCFICLASSNAME_H
2
#define LCFICLASSNAME_H
3
4
#include "../util/inc/vector3.h"
5
#include "../util/inc/matrix.h"
6
#include <vector>
7
8
namespace
vertex_lcfi
9
{
10
//Forward Declarations
11
class
Track;
12
14
18
class
ClassName
19
{
20
public
:
21
23
28
function
(params);
29
30
31
32
private
:
33
type _PrivateMember;
34
};
35
36
}
37
#endif //LCFICLASSNAME_H
38
39
Generated on Fri Dec 2 2016 12:36:49 for LCFIVertex by
1.8.6