Skip to content

Commit

Permalink
Complate unit test. Refs #4266.
Browse files Browse the repository at this point in the history
  • Loading branch information
wdzhou committed Dec 13, 2011
1 parent c8fb7f7 commit 1b78209
Show file tree
Hide file tree
Showing 3 changed files with 468 additions and 35 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ namespace Algorithms

private:

DataObjects::EventWorkspace_const_sptr eventWS;
DataObjects::EventWorkspace_sptr eventWS;
DataObjects::Workspace2D_const_sptr seWS;
DataObjects::EventWorkspace_sptr outputWS;

Expand All @@ -58,6 +58,10 @@ namespace Algorithms
std::vector<int64_t> mCalibOffsets; // in nano-second
int64_t mSensorSampleOffset; // in nano-second

Kernel::DateAndTime mRunStartTime;
Kernel::DateAndTime mFilterT0;
Kernel::DateAndTime mFilterTf;

double mLowerLimit;
double mUpperLimit;

Expand All @@ -67,12 +71,16 @@ namespace Algorithms

void exec();

void importCalibrationFile(std::string calfilename);

void createEventWorkspace();

void filterEvents();

void importCalibrationFile(std::string calfilename);

void processTimeLog(std::string logname);

void processTimeLog(DataObjects::Workspace2D_const_sptr ws2d);

};


Expand Down

0 comments on commit 1b78209

Please sign in to comment.