GeneralBrokenLines V03-01-03
using EIGEN
GBLpp.cpp
Go to the documentation of this file.
1//============================================================================
2// Name : GBLpp.cpp
3// Author : Claus Kleinwort - DESY
4// Version : initial development
5// Description : General Broken Lines in C++, Ansi-style
6//============================================================================
7
8#include <iostream>
9using namespace std;
10
11void exampleSit();
12
13int main() {
14 exampleSit();
15 return 0;
16}
17
void exampleSit()
Silicon tracker example.
Definition: exampleSit.cpp:105
int main()
Definition: GBLpp.cpp:13