.. |
ChannelMap.cpp
|
Switched build systems to premake, more flexible at cost of some auto-finding with ROOT. Changed build process such that static lib EventBuilderCore is generated and then linked to build EventBuilder and EventBuilderGui classes. Gui dictionary is now staticly linked (undefined symbols were an issue on some platforms). Minor bugfixes.
|
2021-12-18 15:40:53 -05:00 |
ChannelMap.h
|
Namespace encapsulated evb with name EventBuilder
|
2021-12-15 12:08:12 -05:00 |
CompassFile.cpp
|
Fix bug in CompassFile. Previous edge case where channel data file was empty needed to be updated for new case where channel data file only contains the header.
|
2022-06-22 10:30:23 -04:00 |
CompassFile.h
|
Preparing for changes with new CoMPASS version. Binary data format has changed, with headers now included to indicate exsitance of optional data members (i.e. short energy, cal energy, waves). Tested with small data from CoMPASS 2.01.0
|
2022-05-19 14:32:58 -04:00 |
CompassHit.h
|
Preparing for changes with new CoMPASS version. Binary data format has changed, with headers now included to indicate exsitance of optional data members (i.e. short energy, cal energy, waves). Tested with small data from CoMPASS 2.01.0
|
2022-05-19 14:32:58 -04:00 |
CompassRun.cpp
|
Preparing for changes with new CoMPASS version. Binary data format has changed, with headers now included to indicate exsitance of optional data members (i.e. short energy, cal energy, waves). Tested with small data from CoMPASS 2.01.0
|
2022-05-19 14:32:58 -04:00 |
CompassRun.h
|
Added progress callback system to avoid infecting evb with gui components. Switched in ROOT made file gui where possible, reorganzied main window to be prettier
|
2021-12-16 17:38:58 -05:00 |
CutHandler.cpp
|
Switched build systems to premake, more flexible at cost of some auto-finding with ROOT. Changed build process such that static lib EventBuilderCore is generated and then linked to build EventBuilder and EventBuilderGui classes. Gui dictionary is now staticly linked (undefined symbols were an issue on some platforms). Minor bugfixes.
|
2021-12-18 15:40:53 -05:00 |
CutHandler.h
|
Namespace encapsulated evb with name EventBuilder
|
2021-12-15 12:08:12 -05:00 |
EVBApp.cpp
|
Preparing for changes with new CoMPASS version. Binary data format has changed, with headers now included to indicate exsitance of optional data members (i.e. short energy, cal energy, waves). Tested with small data from CoMPASS 2.01.0
|
2022-05-19 14:32:58 -04:00 |
EVBApp.h
|
Added progress callback system to avoid infecting evb with gui components. Switched in ROOT made file gui where possible, reorganzied main window to be prettier
|
2021-12-16 17:38:58 -05:00 |
FastSort.cpp
|
Switched build systems to premake, more flexible at cost of some auto-finding with ROOT. Changed build process such that static lib EventBuilderCore is generated and then linked to build EventBuilder and EventBuilderGui classes. Gui dictionary is now staticly linked (undefined symbols were an issue on some platforms). Minor bugfixes.
|
2021-12-18 15:40:53 -05:00 |
FastSort.h
|
Namespace encapsulated evb with name EventBuilder
|
2021-12-15 12:08:12 -05:00 |
FlagHandler.cpp
|
Switched build systems to premake, more flexible at cost of some auto-finding with ROOT. Changed build process such that static lib EventBuilderCore is generated and then linked to build EventBuilder and EventBuilderGui classes. Gui dictionary is now staticly linked (undefined symbols were an issue on some platforms). Minor bugfixes.
|
2021-12-18 15:40:53 -05:00 |
FlagHandler.h
|
Namespace encapsulated evb with name EventBuilder
|
2021-12-15 12:08:12 -05:00 |
FP_kinematics.cpp
|
Fixed bug where electron masses were subtracted twice in kinematic correction
|
2022-01-06 14:35:05 -05:00 |
FP_kinematics.h
|
Namespace encapsulated evb with name EventBuilder
|
2021-12-15 12:08:12 -05:00 |
Logger.cpp
|
Switched build systems to premake, more flexible at cost of some auto-finding with ROOT. Changed build process such that static lib EventBuilderCore is generated and then linked to build EventBuilder and EventBuilderGui classes. Gui dictionary is now staticly linked (undefined symbols were an issue on some platforms). Minor bugfixes.
|
2021-12-18 15:40:53 -05:00 |
Logger.h
|
Switched build systems to premake, more flexible at cost of some auto-finding with ROOT. Changed build process such that static lib EventBuilderCore is generated and then linked to build EventBuilder and EventBuilderGui classes. Gui dictionary is now staticly linked (undefined symbols were an issue on some platforms). Minor bugfixes.
|
2021-12-18 15:40:53 -05:00 |
MassLookup.cpp
|
Switched build systems to premake, more flexible at cost of some auto-finding with ROOT. Changed build process such that static lib EventBuilderCore is generated and then linked to build EventBuilder and EventBuilderGui classes. Gui dictionary is now staticly linked (undefined symbols were an issue on some platforms). Minor bugfixes.
|
2021-12-18 15:40:53 -05:00 |
MassLookup.h
|
Namespace encapsulated evb with name EventBuilder
|
2021-12-15 12:08:12 -05:00 |
OrderChecker.cpp
|
Fix OrderChecker bug
|
2022-06-22 13:46:57 -04:00 |
OrderChecker.h
|
Namespace encapsulated evb with name EventBuilder
|
2021-12-15 12:08:12 -05:00 |
ProgressCallback.h
|
Added progress callback system to avoid infecting evb with gui components. Switched in ROOT made file gui where possible, reorganzied main window to be prettier
|
2021-12-16 17:38:58 -05:00 |
RunCollector.cpp
|
Switched build systems to premake, more flexible at cost of some auto-finding with ROOT. Changed build process such that static lib EventBuilderCore is generated and then linked to build EventBuilder and EventBuilderGui classes. Gui dictionary is now staticly linked (undefined symbols were an issue on some platforms). Minor bugfixes.
|
2021-12-18 15:40:53 -05:00 |
RunCollector.h
|
Namespace encapsulated evb with name EventBuilder
|
2021-12-15 12:08:12 -05:00 |
SFPAnalyzer.cpp
|
Switched build systems to premake, more flexible at cost of some auto-finding with ROOT. Changed build process such that static lib EventBuilderCore is generated and then linked to build EventBuilder and EventBuilderGui classes. Gui dictionary is now staticly linked (undefined symbols were an issue on some platforms). Minor bugfixes.
|
2021-12-18 15:40:53 -05:00 |
SFPAnalyzer.h
|
Namespace encapsulated evb with name EventBuilder
|
2021-12-15 12:08:12 -05:00 |
SFPPlotter.cpp
|
Preparing for changes with new CoMPASS version. Binary data format has changed, with headers now included to indicate exsitance of optional data members (i.e. short energy, cal energy, waves). Tested with small data from CoMPASS 2.01.0
|
2022-05-19 14:32:58 -04:00 |
SFPPlotter.h
|
Added progress callback system to avoid infecting evb with gui components. Switched in ROOT made file gui where possible, reorganzied main window to be prettier
|
2021-12-16 17:38:58 -05:00 |
ShiftMap.cpp
|
Switched build systems to premake, more flexible at cost of some auto-finding with ROOT. Changed build process such that static lib EventBuilderCore is generated and then linked to build EventBuilder and EventBuilderGui classes. Gui dictionary is now staticly linked (undefined symbols were an issue on some platforms). Minor bugfixes.
|
2021-12-18 15:40:53 -05:00 |
ShiftMap.h
|
Namespace encapsulated evb with name EventBuilder
|
2021-12-15 12:08:12 -05:00 |
SlowSort.cpp
|
Preparing for changes with new CoMPASS version. Binary data format has changed, with headers now included to indicate exsitance of optional data members (i.e. short energy, cal energy, waves). Tested with small data from CoMPASS 2.01.0
|
2022-05-19 14:32:58 -04:00 |
SlowSort.h
|
Namespace encapsulated evb with name EventBuilder
|
2021-12-15 12:08:12 -05:00 |
Stopwatch.cpp
|
Switched build systems to premake, more flexible at cost of some auto-finding with ROOT. Changed build process such that static lib EventBuilderCore is generated and then linked to build EventBuilder and EventBuilderGui classes. Gui dictionary is now staticly linked (undefined symbols were an issue on some platforms). Minor bugfixes.
|
2021-12-18 15:40:53 -05:00 |
Stopwatch.h
|
Namespace encapsulated evb with name EventBuilder
|
2021-12-15 12:08:12 -05:00 |