Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hcana
Manage
Activity
Members
Labels
Plan
Issues
6
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
jlab
hallc
analyzer_software
hcana
Commits
1b6e0458
Commit
1b6e0458
authored
5 years ago
by
Whitney Armstrong
Browse files
Options
Downloads
Patches
Plain Diff
modified: tests/elastic_coin_replay.cxx
parent
9030fbbf
No related branches found
No related tags found
No related merge requests found
Pipeline
#1784
passed with stages
in 12 minutes and 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/elastic_coin_replay.cxx
+48
-0
48 additions, 0 deletions
tests/elastic_coin_replay.cxx
with
48 additions
and
0 deletions
tests/elastic_coin_replay.cxx
+
48
−
0
View file @
1b6e0458
#include
<fmt/core.h>
#include
<fmt/ostream.h>
#include
<vector>
#include
"TString.h"
R__LOAD_LIBRARY
(
libHallC
.
so
)
#include
"hcana/HallC_Data.h"
#include
"DecData.h"
//R__LOAD_LIBRARY(libScandalizer.so)
//#include "monitor/DetectorDisplay.h"
//#include "monitor/DisplayPlots.h"
//#include "monitor/MonitoringDisplay.h"
//#include "scandalizer/PostProcessors.h"
//#include "scandalizer/ScriptHelpers.h"
//
//#include "THaPostProcess.h"
//#include "monitor/ExperimentMonitor.h"
//#include "scandalizer/PostProcessors.h"
#include
"THcAnalyzer.h"
#include
"THaCut.h"
#include
"THcGlobals.h"
#include
"THcHallCSpectrometer.h"
#include
"THcDetectorMap.h"
#include
"THcCherenkov.h"
#include
"THcDC.h"
#include
"THcHodoscope.h"
#include
"THcParmList.h"
#include
"THaGoldenTrack.h"
#include
"THcHodoEff.h"
#include
"THcScalerEvtHandler.h"
#include
"THcShower.h"
#include
"THcReactionPoint.h"
#include
"THcExtTarCor.h"
#include
"THcRasteredBeam.h"
#include
"THcRun.h"
#include
"THcCoinTime.h"
#include
"THcConfigEvtHandler.h"
#include
"THcTrigDet.h"
#include
"THcTrigApp.h"
#include
"THcSecondaryKine.h"
#include
"THcAerogel.h"
#include
"THcPrimaryKine.h"
#include
"THaReactionPoint.h"
void
elastic_coin_replay
(
Int_t
RunNumber
=
0
,
Int_t
MaxEvent
=
-
1
)
{
using
namespace
std
;
// Get RunNumber and MaxEvent if not provided.
if
(
RunNumber
<=
0
)
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment