Nymph  v1.5.2
Flow-Based Data Processing Framework
KTFilenameParsers.hh
Go to the documentation of this file.
1 /*
2  * KTFilenameParsers.hh
3  *
4  * Created on: May 31, 2013
5  * Author: nsoblath
6  */
7 
8 #ifndef KTFILENAMEPARSERS_HH_
9 #define KTFILENAMEPARSERS_HH_
10 
11 #include <string>
12 
13 namespace Nymph
14 {
16  {
17  unsigned fNEvents;
18  double fEventLength; // sec
19  double fdfdt; // Hz/sec ?
20  double fSignalPower; // Watts
21  KTLocustMCFilename(const std::string& filename);
22  };
23 
24 
25 } /* namespace Nymph */
26 
27 #endif /* KTFILENAMEPARSERS_HH_*/
KTLocustMCFilename(const std::string &filename)