Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pull request to hipo4 rather than master #13

Open
wants to merge 59 commits into
base: hipo4
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
59 commits
Select commit Hold shift + click to select a range
3754a38
add ROOT stuff
dglazier Nov 21, 2018
1e03769
correct particle status and charge
dglazier Nov 21, 2018
66eef91
get pointers
dglazier Nov 21, 2018
d0310f7
get pointers
dglazier Nov 21, 2018
8a3fdf0
use lz4 so
dglazier Nov 26, 2018
9d26189
new region classes
dglazier Dec 13, 2018
e2377ed
add ROOT stuff
dglazier Nov 21, 2018
134715e
correct particle status and charge
dglazier Nov 21, 2018
7f84e5d
get pointers
dglazier Nov 21, 2018
a7018bf
get pointers
dglazier Nov 21, 2018
a417f03
use lz4 so
dglazier Nov 26, 2018
48c6177
new region classes
dglazier Dec 13, 2018
508a32c
mesonex_example
dglazier Dec 13, 2018
01d048a
rebasing with gagik
dglazier Dec 13, 2018
106ca5e
update for make
dglazier Dec 14, 2018
ebc3c2e
add mcparticle
dglazier Jan 11, 2019
a52b284
Update README.md
dglazier Jan 11, 2019
eae079c
Update README.md
dglazier Jan 11, 2019
97138b8
remove benchmark as will not compile
dglazier Jan 18, 2019
2be979f
add git ignore
dglazier Feb 4, 2019
f417b20
changing to master
dglazier Feb 4, 2019
6b5de6f
RunRoot multifile
dglazier Feb 5, 2019
bc273e5
add vtp trigger
dglazier Feb 18, 2019
5691f63
fix import
dglazier Feb 28, 2019
f7364b5
fix README add TChain.h
dglazier Mar 1, 2019
55c0dc6
fix README add TChain.h
dglazier Mar 1, 2019
5ccdc88
fix README add TChain.h
dglazier Mar 1, 2019
ccc6ec1
Add pynotebook
dglazier Mar 1, 2019
46cca43
Add pynotebook
dglazier Mar 1, 2019
0b730cd
update readem
dglazier Mar 7, 2019
2318249
Merge branch 'mesonex' of https://github.com/dglazier/Clas12Tool into…
dglazier Mar 7, 2019
72b4f4b
added clas12reader and removed HallBEvent from RunRoot
dglazier Mar 10, 2019
c53588d
reconfigure hipo3 and get ready to add hipo4
dglazier Mar 12, 2019
9e900b2
added hipo4 directories
dglazier Mar 12, 2019
09563b5
include particle selection in hipo4 clas12reader, add install scripts
dglazier Mar 12, 2019
bd42d6c
added proof stuff
dglazier Mar 14, 2019
da028fe
update README
dglazier Mar 14, 2019
f02d92d
finish README
dglazier Mar 15, 2019
057f0d9
finish README
dglazier Mar 15, 2019
2b7d0b6
use local cmake FindRoot
dglazier Mar 19, 2019
e17fc7a
give local and ROOTSYS options for cmake
dglazier Mar 19, 2019
2065acc
give local and ROOTSYS options for cmake
dglazier Mar 19, 2019
4d0ede5
correct cmake to install libs!
dglazier Mar 21, 2019
6bd7e5c
add covariance matrix getters
dglazier Mar 22, 2019
ca7e69e
add covaraince matrice getters for Banks3
dglazier Mar 25, 2019
d39bcf6
Merge pull request #1 from dglazier/hipo34
dglazier Apr 17, 2019
14d0952
remove hipo34 branch from README
dglazier Apr 17, 2019
0318833
link Ex1 to README
dglazier Apr 17, 2019
dc4bfe3
link Ex1 to README
dglazier Apr 17, 2019
3be715e
remove ptr from Ex1 and use references
dglazier Apr 17, 2019
c994a54
remove ptr from Ex1 and use references
dglazier Apr 17, 2019
1cd50d6
minor updates
dglazier Apr 17, 2019
1098be0
minor
dglazier Apr 17, 2019
f1faf00
add ProcessEvent example to readme
dglazier Apr 17, 2019
742c5c3
add ProcessEvent example to readme
dglazier Apr 17, 2019
5981498
Update HipoSelector.cpp
dglazier May 20, 2019
60a279a
add check before scanIndex in case bank is not present in hipo file
dglazier May 28, 2019
38b43b5
add note for chaining files with wildcard
dglazier Jun 4, 2019
28c5224
Fix bug reported by Justin Dickovick, particleTree was crashing for >…
dglazier Jun 5, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
78 changes: 53 additions & 25 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,34 +1,62 @@
# Prerequisites
*.d
# hipo source
##############
ExtraPackages/rhipo/chipo/
html/

# Compiled Object files
*.slo
*.lo
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.os
*.obj
*.so
*.d
*.pcm

# Precompiled Headers
*.gch
*.pch
# Packages #
############
# it's better to unpack these files and commit the raw source
# git has its own built in compression methods
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip

# Compiled Dynamic libraries
*.so
# Logs and databases #
######################
*.log
*.sql
*.sqlite

# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
.nfs*
*~

# Executables
*.exe
*.out
#Dropbox
.dropbox.attr
*conflicted*

#scons
.scon*
*.log
.ipynb_checkpoints
.ipynb_checkpoints/*

# temp
*.swp
# Data #
########
*.root
dataset*/

# Old copies of files #
#######################
*.old
22 changes: 0 additions & 22 deletions Banks/particle.cpp

This file was deleted.

28 changes: 0 additions & 28 deletions C12AnCpp/Clas12/Makefile

This file was deleted.

28 changes: 0 additions & 28 deletions C12AnCpp/Clas12/inc/hipoReader.h

This file was deleted.

39 changes: 0 additions & 39 deletions C12AnCpp/Clas12/inc/protoParticle.h

This file was deleted.

51 changes: 0 additions & 51 deletions C12AnCpp/Clas12/inc/protoParticleReader.h

This file was deleted.

25 changes: 0 additions & 25 deletions C12AnCpp/Clas12/inc/recEvent.h

This file was deleted.

39 changes: 0 additions & 39 deletions C12AnCpp/Clas12/inc/recEventReader.h

This file was deleted.

36 changes: 0 additions & 36 deletions C12AnCpp/Clas12/inc/recTrack.h

This file was deleted.

Loading