Skip to content

Commit

Permalink
Enabled to treat veto pulses. Refs #8222.
Browse files Browse the repository at this point in the history
1. Enabled to unmask event indexes with veto flag.
(unmaskVetoEventIndex)

2. Clean the codes

3. Fixed a bug to set the ordering flag of event lists.
  • Loading branch information
wdzhou committed Mar 10, 2014
1 parent 1497c8f commit 60482f0
Show file tree
Hide file tree
Showing 2 changed files with 1,172 additions and 991 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#include "MantidAPI/IFileLoader.h"
#include "MantidKernel/BinaryFile.h"
#include "MantidDataObjects/EventWorkspace.h"
#include "MantidDataObjects/Workspace2D.h"
#include "MantidDataObjects/Events.h"


Expand Down Expand Up @@ -213,6 +214,12 @@ class DLLExport LoadEventPreNexus2 : public API::IFileLoader<Kernel::FileDescrip

void debugOutput(bool doit, size_t mindex);

void unmaskVetoEventIndex();

DataObjects::Workspace2D_sptr generateEventDistribtionWorkspace();

void createOutputWorkspace(const std::string event_filename);

};

}
Expand Down

0 comments on commit 60482f0

Please sign in to comment.