PAASS
Software suite to Acquire and Analyze Data from Pixie16
|
#include <iostream>
#include "ScanMain.hpp"
#include "PixieEvent.hpp"
#include "filterer.hpp"
#include "TApplication.h"
#include "TSystem.h"
#include "TCanvas.h"
#include "TGraph.h"
#include "TFile.h"
#include "TAxis.h"
Go to the source code of this file.
Macros | |
#define | ADC_CLOCK_uSEC 4E-3 |
#define | ADC_TIME_STEP 4 |
#define | SLEEP_WAIT 1E4 |
Functions | |
int | main (int argc, char *argv[]) |
#define ADC_CLOCK_uSEC 4E-3 |
Definition at line 18 of file filterer.cpp.
#define ADC_TIME_STEP 4 |
Definition at line 19 of file filterer.cpp.
#define SLEEP_WAIT 1E4 |
Definition at line 20 of file filterer.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |