UpdateCluster3D.sh
Go to the documentation of this file.
1 #!/bin/bash
2 
3 echo "working in $PWD"
4 echo
5 
6 find . -regex ".*\.\(h\|hh\|cc\|cpp\|cxx\)" | xargs perl -wapi\~ -e 's&lardata/RecoObjects/Cluster3D.h&larreco/RecoAlg/Cluster3DAlgs/Cluster3D.h&'
7 
8 
9 exit 0