source: trunk/Cosy/tpoint/plot_fact.C@ 15737

Last change on this file since 15737 was 12603, checked in by tbretz, 13 years ago
Plotter for the fact pointing.
File size: 549 bytes
Line 
1#include "mars/MTime.h"
2
3using namespace std;
4
5Double_t dates[] =
6{
7 MTime(2011, 10, 24, 0, 48, 0).GetAxisTime(), // Start of data taking
8 MTime(2011, 10, 24, 1, 17, 57).GetAxisTime(), // New pointing model
9 MTime(2011, 10, 24, 2, 34, 56).GetAxisTime(), // New pointing model
10 //MTime(2011, 10, 24, 3, 15, 11).GetAxisTime(), // New pointing model
11 MTime(-1).GetAxisTime(),
12 -1
13};
14
15#include "plot.C"
16
17void plot_fact()
18{
19
20 MDirIter Next;
21 Next.AddDirectory("tpoint/fact/2011_10_24", "tpoint*.txt", -1);
22
23 plot(Next);
24}
Note: See TracBrowser for help on using the repository browser.