File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
src/programs/AmplitudeAnalysis Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 1717#include " AMPTOOLS_DATAIO/ROOTDataReaderTEM.h"
1818#include " AMPTOOLS_DATAIO/ROOTDataReaderHist.h"
1919#include " AMPTOOLS_DATAIO/FSRootDataReader.h"
20+ #include " AMPTOOLS_DATAIO/FSRootDataReaderBootstrap.h"
2021#include " AMPTOOLS_AMPS/TwoPSAngles.h"
2122#include " AMPTOOLS_AMPS/TwoPSHelicity.h"
2223#include " AMPTOOLS_AMPS/TwoPiAngles.h"
@@ -452,6 +453,7 @@ int main( int argc, char* argv[] ){
452453 AmpToolsInterface::registerDataReader ( ROOTDataReaderTEM () );
453454 AmpToolsInterface::registerDataReader ( ROOTDataReaderHist () );
454455 AmpToolsInterface::registerDataReader ( FSRootDataReader () );
456+ AmpToolsInterface::registerDataReader ( FSRootDataReaderBootstrap () );
455457
456458 // normalize seedFile file extension if not already set by user
457459 if (seedfile.size () != 0 ){
Original file line number Diff line number Diff line change 1515#include " AMPTOOLS_DATAIO/ROOTDataReaderWithTCut.h"
1616#include " AMPTOOLS_DATAIO/ROOTDataReaderTEM.h"
1717#include " AMPTOOLS_DATAIO/FSRootDataReader.h"
18+ #include " AMPTOOLS_DATAIO/FSRootDataReaderBootstrap.h"
1819#include " AMPTOOLS_AMPS/TwoPSAngles.h"
1920#include " AMPTOOLS_AMPS/TwoPSHelicity.h"
2021#include " AMPTOOLS_AMPS/TwoPiAngles.h"
@@ -423,6 +424,7 @@ int main( int argc, char* argv[] ){
423424 AmpToolsInterface::registerDataReader ( DataReaderMPI<ROOTDataReaderWithTCut>() );
424425 AmpToolsInterface::registerDataReader ( DataReaderMPI<ROOTDataReaderTEM>() );
425426 AmpToolsInterface::registerDataReader ( DataReaderMPI<FSRootDataReader>() );
427+ AmpToolsInterface::registerDataReader ( DataReaderMPI<FSRootDataReaderBootstrap>() );
426428
427429 // normalize seedFile file extension if not already set by user
428430 if (seedfile.size () != 0 ){
You can’t perform that action at this time.
0 commit comments