Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
larsoft
bin
v06_82_00-Cluster3D
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
Generated by
1.8.11