-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Igor Alekseev
committed
Feb 18, 2024
1 parent
c38ca2e
commit 1312312
Showing
30 changed files
with
120 additions
and
81 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
char* UIAGSVersionDate = "Tue Jan 27 12:34:07 2015"; | ||
char* versionDate = "Tue Jan 27 12:34:07 2015"; | ||
char* versionDateStr = "date:=Tue Jan 27 12:34:07 2015"; | ||
char* UIAGSVersionDate = "Вс 18 фев 2024 15:04:48"; | ||
char* versionDate = "Вс 18 фев 2024 15:04:48"; | ||
char* versionDateStr = "date:=Вс 18 фев 2024 15:04:48"; | ||
char* clearcaseView = "/view/igor"; | ||
char* clearcaseViewStr = "view:=/view/igor"; | ||
char* clearcaseConfigSpec = "\nelement * CHECKEDOUT\nelement * /main/LATEST\n"; | ||
char* clearcaseConfigSpecStr = "configSpec:=element * CHECKEDOUTelement * /main/LATEST"; | ||
char* compileFlags = "-I/usr/include -I/usr/include/c++/4.4.7/ -I/usr/include/c++/4.4.7/x86_64-redhat-linux -I/usr/include/c++/4.4.7/backward -I/usr/local/share -I/usr/local/share/include -B/usr/lib/gcc/x86_64-redhat-linux/4.4.7/ -B/usr/libexec/gcc/x86_64-redhat-linux/4.4.7/ -D__X86 -D__WS6 -Wreturn-type -Wno-write-strings -g -pthread"; | ||
char* compileFlagsStr = "g++:=-I/usr/include -I/usr/include/c++/4.4.7/ -I/usr/include/c++/4.4.7/x86_64-redhat-linux -I/usr/include/c++/4.4.7/backward -I/usr/local/share -I/usr/local/share/include -B/usr/lib/gcc/x86_64-redhat-linux/4.4.7/ -B/usr/libexec/gcc/x86_64-redhat-linux/4.4.7/ -D__X86 -D__WS6 -Wreturn-type -Wno-write-strings -g -pthread"; | ||
char* kernel = "2.6.32-431.23.3.el6.x86_64"; | ||
char* kernelstr = "kernel:=2.6.32-431.23.3.el6.x86_64"; | ||
char* clearcaseConfigSpec = "\nelement * CHECKEDOUT\nelement * /main/CDEV_LATEST\nelement * /main/LATEST\n"; | ||
char* clearcaseConfigSpecStr = "configSpec:=element * CHECKEDOUTelement * /main/CDEV_LATESTelement * /main/LATEST"; | ||
char* compileFlags = "-I/cfs/x/usrLocals/WS/glibc-2.28/install/include -I/usr/include -I/usr/include/c++/8 -I/usr/include/c++/8/x86_64-redhat-linux -I/usr/include/c++/8/backward -I/usr/local/share -I/usr/local/share/include -B/usr/lib/gcc/x86_64-redhat-linux/8 -B/usr/libexec/gcc/x86_64-redhat-linux/8 -D__X86 -D__WS8 -Wno-write-strings -g -pthread"; | ||
char* compileFlagsStr = "g++:=-I/cfs/x/usrLocals/WS/glibc-2.28/install/include -I/usr/include -I/usr/include/c++/8 -I/usr/include/c++/8/x86_64-redhat-linux -I/usr/include/c++/8/backward -I/usr/local/share -I/usr/local/share/include -B/usr/lib/gcc/x86_64-redhat-linux/8 -B/usr/libexec/gcc/x86_64-redhat-linux/8 -D__X86 -D__WS8 -Wno-write-strings -g -pthread"; | ||
char* kernel = "4.18.0-305.17.1.el8_4.x86_64"; | ||
char* kernelstr = "kernel:=4.18.0-305.17.1.el8_4.x86_64"; | ||
char* node = "acnlinc6.pbn.bnl.gov"; | ||
char* nodestr = "node:=acnlinc6.pbn.bnl.gov"; | ||
char* OSstr = "OS:=Red Hat Enterprise Linux Workstation release 6.5 (Santiago)"; | ||
char* OSstr = "OS:=Red Hat Enterprise Linux release 8.4 (Ootpa)"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
#define POLDATA_H | ||
|
||
#include <stdint.h> | ||
#include <string.h> | ||
|
||
#include "TBuffer.h" | ||
|
||
|
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
Main pC-polarimeter analysis code and scripts. | ||
Run in automatic mode by online, but can be run manually | ||
for debugging purposes. | ||
|
||
Compiled using clearmake: | ||
|
||
cleartool setview igor | ||
clearmake |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
char* UIAGSVersionDate = "Fri Feb 6 01:37:51 2015"; | ||
char* versionDate = "Fri Feb 6 01:37:51 2015"; | ||
char* versionDateStr = "date:=Fri Feb 6 01:37:51 2015"; | ||
char* UIAGSVersionDate = "Вс 18 фев 2024 14:31:45"; | ||
char* versionDate = "Вс 18 фев 2024 14:31:45"; | ||
char* versionDateStr = "date:=Вс 18 фев 2024 14:31:45"; | ||
char* clearcaseView = "/view/igor"; | ||
char* clearcaseViewStr = "view:=/view/igor"; | ||
char* clearcaseConfigSpec = "\nelement * CHECKEDOUT\nelement * /main/LATEST\n"; | ||
char* clearcaseConfigSpecStr = "configSpec:=element * CHECKEDOUTelement * /main/LATEST"; | ||
char* compileFlags = "-I/usr/include -I/usr/include/c++/4.4.7/ -I/usr/include/c++/4.4.7/x86_64-redhat-linux -I/usr/include/c++/4.4.7/backward -I/usr/local/share -I/usr/local/share/include -B/usr/lib/gcc/x86_64-redhat-linux/4.4.7/ -B/usr/libexec/gcc/x86_64-redhat-linux/4.4.7/ -D__X86 -D__WS6 -Wreturn-type -Wno-write-strings -g -pthread"; | ||
char* compileFlagsStr = "g++:=-I/usr/include -I/usr/include/c++/4.4.7/ -I/usr/include/c++/4.4.7/x86_64-redhat-linux -I/usr/include/c++/4.4.7/backward -I/usr/local/share -I/usr/local/share/include -B/usr/lib/gcc/x86_64-redhat-linux/4.4.7/ -B/usr/libexec/gcc/x86_64-redhat-linux/4.4.7/ -D__X86 -D__WS6 -Wreturn-type -Wno-write-strings -g -pthread"; | ||
char* kernel = "2.6.32-431.23.3.el6.x86_64"; | ||
char* kernelstr = "kernel:=2.6.32-431.23.3.el6.x86_64"; | ||
char* clearcaseConfigSpec = "\nelement * CHECKEDOUT\nelement * /main/CDEV_LATEST\nelement * /main/LATEST\n"; | ||
char* clearcaseConfigSpecStr = "configSpec:=element * CHECKEDOUTelement * /main/CDEV_LATESTelement * /main/LATEST"; | ||
char* compileFlags = "-I/cfs/x/usrLocals/WS/glibc-2.28/install/include -I/usr/include -I/usr/include/c++/8 -I/usr/include/c++/8/x86_64-redhat-linux -I/usr/include/c++/8/backward -I/usr/local/share -I/usr/local/share/include -B/usr/lib/gcc/x86_64-redhat-linux/8 -B/usr/libexec/gcc/x86_64-redhat-linux/8 -D__X86 -D__WS8 -Wno-write-strings -g -pthread"; | ||
char* compileFlagsStr = "g++:=-I/cfs/x/usrLocals/WS/glibc-2.28/install/include -I/usr/include -I/usr/include/c++/8 -I/usr/include/c++/8/x86_64-redhat-linux -I/usr/include/c++/8/backward -I/usr/local/share -I/usr/local/share/include -B/usr/lib/gcc/x86_64-redhat-linux/8 -B/usr/libexec/gcc/x86_64-redhat-linux/8 -D__X86 -D__WS8 -Wno-write-strings -g -pthread"; | ||
char* kernel = "4.18.0-305.17.1.el8_4.x86_64"; | ||
char* kernelstr = "kernel:=4.18.0-305.17.1.el8_4.x86_64"; | ||
char* node = "acnlinc6.pbn.bnl.gov"; | ||
char* nodestr = "node:=acnlinc6.pbn.bnl.gov"; | ||
char* OSstr = "OS:=Red Hat Enterprise Linux Workstation release 6.5 (Santiago)"; | ||
char* OSstr = "OS:=Red Hat Enterprise Linux release 8.4 (Ootpa)"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
CXXFLAGS = $(shell root-config --cflags) -pthread -I../include | ||
LOADLIBES = $(shell root-config --libs) | ||
LDFLAGS = -m32 | ||
###LDFLAGS = -m32 | ||
#LDFLAGS = -m64 | ||
#LD = $(shell root-config --ld) | ||
|
||
all : rhic2root | ||
|
||
rhic2root : rhic2root.o |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,7 @@ | ||
Main online DAQ code. Take data form pC and HJET measurements. | ||
Controls CAMAC and hardware, takes data and writes it to hard drive. | ||
|
||
Compiled using clearmake: | ||
|
||
cleartool setview igor | ||
clearmake |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
char* UIAGSVersionDate = "Tue Mar 10 16:54:12 2015"; | ||
char* versionDate = "Tue Mar 10 16:54:12 2015"; | ||
char* versionDateStr = "date:=Tue Mar 10 16:54:12 2015"; | ||
char* UIAGSVersionDate = "Вс 18 фев 2024 12:14:31"; | ||
char* versionDate = "Вс 18 фев 2024 12:14:31"; | ||
char* versionDateStr = "date:=Вс 18 фев 2024 12:14:31"; | ||
char* clearcaseView = "/view/igor"; | ||
char* clearcaseViewStr = "view:=/view/igor"; | ||
char* clearcaseConfigSpec = "\nelement * CHECKEDOUT\nelement * /main/LATEST\n"; | ||
char* clearcaseConfigSpecStr = "configSpec:=element * CHECKEDOUTelement * /main/LATEST"; | ||
char* compileFlags = "-I/usr/include -I/usr/include/c++/4.4.7/ -I/usr/include/c++/4.4.7/x86_64-redhat-linux -I/usr/include/c++/4.4.7/backward -I/usr/local/share -I/usr/local/share/include -B/usr/lib/gcc/x86_64-redhat-linux/4.4.7/ -B/usr/libexec/gcc/x86_64-redhat-linux/4.4.7/ -D__X86 -D__WS6 -Wreturn-type -Wno-write-strings -g -pthread"; | ||
char* compileFlagsStr = "g++:=-I/usr/include -I/usr/include/c++/4.4.7/ -I/usr/include/c++/4.4.7/x86_64-redhat-linux -I/usr/include/c++/4.4.7/backward -I/usr/local/share -I/usr/local/share/include -B/usr/lib/gcc/x86_64-redhat-linux/4.4.7/ -B/usr/libexec/gcc/x86_64-redhat-linux/4.4.7/ -D__X86 -D__WS6 -Wreturn-type -Wno-write-strings -g -pthread"; | ||
char* kernel = "2.6.32-431.23.3.el6.x86_64"; | ||
char* kernelstr = "kernel:=2.6.32-431.23.3.el6.x86_64"; | ||
char* clearcaseConfigSpec = "\nelement * CHECKEDOUT\nelement * /main/CDEV_LATEST\nelement * /main/LATEST\n"; | ||
char* clearcaseConfigSpecStr = "configSpec:=element * CHECKEDOUTelement * /main/CDEV_LATESTelement * /main/LATEST"; | ||
char* compileFlags = "-I/cfs/x/usrLocals/WS/glibc-2.28/install/include -I/usr/include -I/usr/include/c++/8 -I/usr/include/c++/8/x86_64-redhat-linux -I/usr/include/c++/8/backward -I/usr/local/share -I/usr/local/share/include -B/usr/lib/gcc/x86_64-redhat-linux/8 -B/usr/libexec/gcc/x86_64-redhat-linux/8 -D__X86 -D__WS8 -Wno-write-strings -g -pthread"; | ||
char* compileFlagsStr = "g++:=-I/cfs/x/usrLocals/WS/glibc-2.28/install/include -I/usr/include -I/usr/include/c++/8 -I/usr/include/c++/8/x86_64-redhat-linux -I/usr/include/c++/8/backward -I/usr/local/share -I/usr/local/share/include -B/usr/lib/gcc/x86_64-redhat-linux/8 -B/usr/libexec/gcc/x86_64-redhat-linux/8 -D__X86 -D__WS8 -Wno-write-strings -g -pthread"; | ||
char* kernel = "4.18.0-305.17.1.el8_4.x86_64"; | ||
char* kernelstr = "kernel:=4.18.0-305.17.1.el8_4.x86_64"; | ||
char* node = "acnlinc6.pbn.bnl.gov"; | ||
char* nodestr = "node:=acnlinc6.pbn.bnl.gov"; | ||
char* OSstr = "OS:=Red Hat Enterprise Linux Workstation release 6.5 (Santiago)"; | ||
char* OSstr = "OS:=Red Hat Enterprise Linux release 8.4 (Ootpa)"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
Online pC-polarimeters daemon. Hooks CDEV variable dataAcquisitionS and | ||
process changing of this variable to start/stop polarimeter measurement. | ||
Rebuild with cmake. | ||
|
||
Compiled using clearmake: | ||
|
||
cleartool setview igor | ||
clearmake |
Oops, something went wrong.