Skip to content

Commit

Permalink
Merge branch 'master' into alphaAna
Browse files Browse the repository at this point in the history
  • Loading branch information
jgalan committed Apr 20, 2022
2 parents 3c031f9 + bdc0641 commit 46d6a36
Show file tree
Hide file tree
Showing 85 changed files with 1,170 additions and 1,122 deletions.
4 changes: 2 additions & 2 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Please, REMOVE this text! This is just a template to serve as a reminder.

Please, give as much details as possible at your PR and create the simplest possible PR to facilitate reviewing.
Please, give as much detail as possible at your PR and create the simplest possible PR to facilitate reviewing.

If your PR fixes a given issue, please specify the number followed by #

Expand All @@ -21,6 +21,6 @@ Reminder: Please, new features and upgrades should be sufficiently documented an

Reminder: Adding this to your PR description will notify members at the core_dev team: @rest-for-physics/core_dev

Reminder: When writting your PR description remember to leave any necessary instructions to test the new implementation.
Reminder: When writing your PR description remember to leave any necessary instructions to test the new implementation.

Reminder: to set-up the PR in the draft state when there is still work in progress, and make it ready once all pipelines have suceeded.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Validate Code:
stage: pre-build
script:
- cd ${CI_PROJECT_DIR}/
- python3 pull-submodules.py --force --dontask
- python3 pull-submodules.py --force --dontask --latest:${CI_COMMIT_BRANCH}
- python3 pipeline/validateProcesses.py source/libraries/

Build and Test:
Expand Down
2 changes: 1 addition & 1 deletion doc/userguide
1 change: 1 addition & 0 deletions macros/REST_CheckRunFileList.C
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#include <iostream>
#include <vector>

#include "TGeoManager.h"
#include "TRestTask.h"
#include "TSystem.h"
Expand Down
2 changes: 2 additions & 0 deletions macros/REST_PrintDataBase.C
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
#include <iostream>
#include <string>

#include "TRestTask.h"
using namespace std;

#include <TString.h>

#include "TRestDataBase.h"

#ifndef RestTask_DataBase
Expand Down
1 change: 1 addition & 0 deletions macros/REST_PrintFileContents.C
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#include <TRestTools.h>
#include <TRint.h>
#include <TSystem.h>

#include "TRestTask.h"

#ifndef RESTTask_PrintFileContents
Expand Down
1 change: 1 addition & 0 deletions macros/REST_PrintTrees.C
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#include <iostream>
#include <string>

#include "TRestTask.h"
using namespace std;

Expand Down
1 change: 0 additions & 1 deletion macros/REST_SendMessage.C
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
//***
//*******************************************************************************************************
Int_t REST_SendMessage(int token, TString message) {

TRestMessenger m(token);

m.SendMessage((string)message);
Expand Down
1 change: 1 addition & 0 deletions pipeline/metadata/readout/PrintReadout.C
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#include <fstream>
#include <iostream>
#include <string>

#include "TRestDetectorReadout.h"
#include "TRestTask.h"

Expand Down
1 change: 1 addition & 0 deletions pipeline/selection/Validate.C
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#include <TFile.h>
#include <TTree.h>

#include <iostream>
#include <vector>
Int_t Validate(TString fname) {
Expand Down
2 changes: 1 addition & 1 deletion projects/basic-geometries
Submodule basic-geometries updated 1 files
+1 −1 README.md
Loading

0 comments on commit 46d6a36

Please sign in to comment.